Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Update changelog, add 0xBTC token (#1892)
Browse files Browse the repository at this point in the history
Add 0xBTC
  • Loading branch information
gamalielhere authored Jun 6, 2018
1 parent cc4b161 commit 033f5ce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- Fix network tab css [#1870](https://github.com/kvhnuke/etherwallet/pull/1870)

### New
- Update changelog, add 0xBTC token [#1892](https://github.com/kvhnuke/etherwallet/pull/1892)
- Add NANJCOIN abi [#1890](https://github.com/kvhnuke/etherwallet/pull/1890)
- Ensure kyber tx gas price is 50 gwei or less. [#1869](https://github.com/kvhnuke/etherwallet/pull/1869)
- Update darklist, Update JBX token, and add MKT token. [#1889](https://github.com/kvhnuke/etherwallet/pull/1889)
- Add ATMI token [#1888](https://github.com/kvhnuke/etherwallet/pull/1888)
- Add CARD token [#1884](https://github.com/kvhnuke/etherwallet/pull/1884)
Expand Down
22 changes: 14 additions & 8 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xB6eD7644C69416d67B522e20bC294A9a9B405B31",
"symbol": "0xBTC",
"decimal": 8,
"type": "default"
},
{
"address": "0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7",
"symbol": "1ST",
Expand Down Expand Up @@ -647,12 +653,12 @@
"decimal": 8,
"type": "default"
},
{
{
"address": "0x1ed2B1eaEd8e968bc36EB90a914660A71827A5E9",
"symbol": "CARD",
"decimal": 0,
"type": "default"
},
},
{
"address": "0xbf18f246b9301f231e9561b35a3879769bb46375",
"symbol": "CARE",
Expand Down Expand Up @@ -3605,12 +3611,6 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xD850942eF8811f2A866692A623011bDE52a462C1",
"symbol": "VET",
"decimal": 18,
"type": "default"
},
{
"address": "0xEbeD4fF9fe34413db8fC8294556BBD1528a4DAca",
"symbol": "VENUS",
Expand All @@ -3623,6 +3623,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xD850942eF8811f2A866692A623011bDE52a462C1",
"symbol": "VET",
"decimal": 18,
"type": "default"
},
{
"address": "0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724",
"symbol": "VIB",
Expand Down

0 comments on commit 033f5ce

Please sign in to comment.