Commit 6f3ba2eb authored by CLINT's avatar CLINT Committed by Noah Zinsmeister

Migration from old to new sETH exchange (#444)

* Migration from old to new sETH exchange

* checksum addresses
parent 1fe26602
...@@ -294,11 +294,17 @@ const INITIAL_TOKENS_CONTEXT = { ...@@ -294,11 +294,17 @@ const INITIAL_TOKENS_CONTEXT = {
[EXCHANGE_ADDRESS]: '0xC0C59cDe851bfcbdddD3377EC10ea54A18Efb937' [EXCHANGE_ADDRESS]: '0xC0C59cDe851bfcbdddD3377EC10ea54A18Efb937'
}, },
'0x42456D7084eacF4083f1140d3229471bbA2949A8': { '0x42456D7084eacF4083f1140d3229471bbA2949A8': {
[NAME]: 'Synth sETH', [NAME]: 'Synth sETH (old)',
[SYMBOL]: 'sETH', [SYMBOL]: 'sETH (old)',
[DECIMALS]: 18, [DECIMALS]: 18,
[EXCHANGE_ADDRESS]: '0x4740C758859D4651061CC9CDEFdBa92BDc3a845d' [EXCHANGE_ADDRESS]: '0x4740C758859D4651061CC9CDEFdBa92BDc3a845d'
}, },
'0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb': {
[NAME]: 'Synth sETH (new)',
[SYMBOL]: 'sETH (new)',
[DECIMALS]: 18,
[EXCHANGE_ADDRESS]: '0xe9Cf7887b93150D4F2Da7dFc6D502B216438F244'
},
'0x744d70FDBE2Ba4CF95131626614a1763DF805B9E': { '0x744d70FDBE2Ba4CF95131626614a1763DF805B9E': {
[NAME]: 'Status Network Token', [NAME]: 'Status Network Token',
[SYMBOL]: 'SNT', [SYMBOL]: 'SNT',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment