diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-28 17:41:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 17:41:53 +0800 |
commit | 18cac3f0927a0424e3618fd56dba73fc9dfc0288 (patch) | |
tree | fc6407a8f8cc2bf5544c48e6c1f6f1cc66a42c15 /packages/website/ts/utils | |
parent | f3cb484f828b456cdcf8d060d4e6d2da2240ae69 (diff) | |
parent | 3e3b6673660b7358ff31a2ae2c5766b265e57cb0 (diff) | |
download | dexon-sol-tools-18cac3f0927a0424e3618fd56dba73fc9dfc0288.tar dexon-sol-tools-18cac3f0927a0424e3618fd56dba73fc9dfc0288.tar.gz dexon-sol-tools-18cac3f0927a0424e3618fd56dba73fc9dfc0288.tar.bz2 dexon-sol-tools-18cac3f0927a0424e3618fd56dba73fc9dfc0288.tar.lz dexon-sol-tools-18cac3f0927a0424e3618fd56dba73fc9dfc0288.tar.xz dexon-sol-tools-18cac3f0927a0424e3618fd56dba73fc9dfc0288.tar.zst dexon-sol-tools-18cac3f0927a0424e3618fd56dba73fc9dfc0288.zip |
Merge pull request #483 from 0xProject/refactor/removeHardcodedWeth
Remove WETH hack now that updated WETH address is in TokenRegistry
Diffstat (limited to 'packages/website/ts/utils')
-rw-r--r-- | packages/website/ts/utils/configs.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/website/ts/utils/configs.ts b/packages/website/ts/utils/configs.ts index 597e9689a..a54fc56a8 100644 --- a/packages/website/ts/utils/configs.ts +++ b/packages/website/ts/utils/configs.ts @@ -65,12 +65,6 @@ export const configs = { GOOGLE_ANALYTICS_ID: 'UA-98720122-1', LAST_LOCAL_STORAGE_FILL_CLEARANCE_DATE: '2017-11-22', LAST_LOCAL_STORAGE_TRACKED_TOKEN_CLEARANCE_DATE: '2017-12-19', - // NEW_WRAPPED_ETHERS is temporary until we remove the SHOULD_DEPRECATE_OLD_WETH_TOKEN flag - // and add the new WETHs to the tokenRegistry - NEW_WRAPPED_ETHERS: { - 1: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2', - 42: '0xd0a1e359811322d97991e03f863a0c30c2cf029c', - } as { [networkId: string]: string }, OUTDATED_WRAPPED_ETHERS: [ { 42: { @@ -96,7 +90,6 @@ export const configs = { [3]: [`https://ropsten.infura.io/${INFURA_API_KEY}`], [4]: [`https://rinkeby.infura.io/${INFURA_API_KEY}`], } as PublicNodeUrlsByNetworkId, - SHOULD_DEPRECATE_OLD_WETH_TOKEN: true, SYMBOLS_OF_MINTABLE_KOVAN_TOKENS: ['MKR', 'MLN', 'GNT', 'DGD', 'REP'], SYMBOLS_OF_MINTABLE_RINKEBY_ROPSTEN_TOKENS: [ 'TKN0', |