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 #1813 from kvhnuke/devop/sync-repo
Browse files Browse the repository at this point in the history
devop/sync-repo
  • Loading branch information
gamalielhere authored Apr 30, 2018
2 parents fa908f7 + fe5323a commit a726fd0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
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.09
### New
- Add XGG and DCA tokens [#1813](https://github.com/kvhnuke/etherwallet/pull/1813)
- Update changelog, add Proxy and eProxy abi, add umka token to default [#1812](https://github.com/kvhnuke/etherwallet/pull/1812)
- Add USDM token [#1811](https://github.com/kvhnuke/etherwallet/pull/1811)
- Add INRM token [#1809](https://github.com/kvhnuke/etherwallet/pull/1809)
Expand Down
26 changes: 19 additions & 7 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x386Faa4703a34a7Fdb19Bec2e14Fd427C9638416",
"symbol": "DoBETacceptBET(DCA)",
"decimals": 18,
"type": "default"
},
{
"address": "0x76974c7b79dc8a6a109fd71fd7ceb9e40eff5382",
"symbol": "DOW",
Expand Down Expand Up @@ -1696,13 +1702,13 @@
"symbol": "IND",
"decimal": 18,
"type": "default"
},
{
"address": "0x48e5413b73add2434e47504E2a22d14940dBFe78",
"symbol": "INRM",
"decimal": 3,
"type": "default"
},
},
{
"address": "0x48e5413b73add2434e47504E2a22d14940dBFe78",
"symbol": "INRM",
"decimal": 3,
"type": "default"
},
{
"address": "0x5b2e4a700dfbc560061e957edec8f6eeeb74a320",
"symbol": "INS",
Expand Down Expand Up @@ -3539,6 +3545,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xf6b6aa0ef0f5edc2c1c5d925477f97eaf66303e7",
"symbol": "XGG",
"decimal": 8,
"type": "default"
},
{
"address": "0x533ef0984b2FAA227AcC620C67cce12aA39CD8CD",
"symbol": "XGM",
Expand Down

0 comments on commit a726fd0

Please sign in to comment.