feat: dai instance for testnet

This commit is contained in:
nikdementev 2021-02-24 19:33:33 +03:00 committed by Alexey Pertsev
parent e65817d298
commit 27f3d1b8db
2 changed files with 12 additions and 1 deletions

View File

@ -221,6 +221,17 @@ module.exports = {
symbol: 'ETH',
decimals: 18,
},
dai: {
instanceAddress: {
1: '0x340EdB51d0FF1b8cC21E9b17f973ac5C7e8Eaf86',
10: '0x598d137acd2eCb6B5f962631415a1Fa4b8aeE8D8',
100: '0x76D85B4C0Fc497EeCc38902397aC608000A06607',
1000: undefined,
},
tokenAddress: '0xdc31ee1784292379fbb2964b3b9c4124d8f89c60',
symbol: 'DAI',
decimals: 18,
},
},
},
}

View File

@ -1,6 +1,6 @@
{
"name": "torn-token",
"version": "1.0.0",
"version": "1.0.1",
"main": "config.js",
"repository": "https://github.com/tornadocash/torn-token.git",
"author": "Tornadocash team <hello@tornado.cash>",