mirror of
https://github.com/tornadocash/torn-token.git
synced 2024-11-24 02:42:46 +01:00
feat: dai instance for testnet
This commit is contained in:
parent
e65817d298
commit
27f3d1b8db
11
config.js
11
config.js
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -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>",
|
||||
|
Loading…
Reference in New Issue
Block a user