Skip to content

Commit 9f12a5d

Browse files
committed
fix: update dai instance
1 parent 27f3d1b commit 9f12a5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ module.exports = {
223223
},
224224
dai: {
225225
instanceAddress: {
226-
1: '0x340EdB51d0FF1b8cC21E9b17f973ac5C7e8Eaf86',
227-
10: '0x598d137acd2eCb6B5f962631415a1Fa4b8aeE8D8',
228226
100: '0x76D85B4C0Fc497EeCc38902397aC608000A06607',
229-
1000: undefined,
227+
1000: '0xCC84179FFD19A1627E79F8648d09e095252Bc418',
228+
10000: '0x435aEa5B50CBE34CaC0b42d195da587b923200C3',
229+
100000: '',
230230
},
231231
tokenAddress: '0xdc31ee1784292379fbb2964b3b9c4124d8f89c60',
232232
symbol: 'DAI',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "torn-token",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "config.js",
55
"repository": "https://github.com/tornadocash/torn-token.git",
66
"author": "Tornadocash team <[email protected]>",

0 commit comments

Comments
 (0)