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

Commit

Permalink
Merge pull request #1905 from kvhnuke/devop/sync-repo
Browse files Browse the repository at this point in the history
devop/sync-repo
  • Loading branch information
gamalielhere authored Jun 13, 2018
2 parents 87724f6 + 018d9ff commit adb5781
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Release v3.21.14
### New
- Add OJX, and BTT in eth list. Add CTGA to rin. [#1905](https://github.com/kvhnuke/etherwallet/pull/1905)
- Add WORK token [#1902](https://github.com/kvhnuke/etherwallet/pull/1902)

### Release v3.21.13
Expand Down
14 changes: 13 additions & 1 deletion app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,16 @@
},
{
"address": "0x080aa07e2c7185150d7e4da98838a8d2feac3dfc",
"symbol": "BTT",
"symbol": "BTT (Bitether)",
"decimal": 0,
"type": "default"
},
{
"address": "0xFA456Cf55250A839088b27EE32A424d7DAcB54Ff",
"symbol": "BTT (Blocktrade)",
"decimal": 18,
"type": "default"
},
{
"address": "0xca3c18a65b802ec267f8f4802545e7f53d24c75e",
"symbol": "BUC",
Expand Down Expand Up @@ -2603,6 +2609,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xbeef546ac8a4e0a80dc1e2d696968ef54138f1d4",
"symbol": "OJX",
"decimal": 18,
"type": "default"
},
{
"address": "0xc66ea802717bfb9833400264dd12c2bceaa34a6d",
"symbol": "OLD_MKR",
Expand Down
6 changes: 6 additions & 0 deletions app/scripts/tokens/rinkebyTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"decimal": 0,
"type": "default"
},
{
"symbol": "CTGA",
"address": "0x8b65d4b7ee3fffa986c577f0f4b70a21bae3dd54",
"decimals": 18,
"type": "default"
},
{
"address": "0x275a5b346599b56917e7b1c9de019dcf9ead861a",
"symbol": "KC",
Expand Down

0 comments on commit adb5781

Please sign in to comment.