Skip to content

Commit fe57770

Browse files
dan1kovpertsev
authored andcommitted
add sidechains
1 parent 3bf9173 commit fe57770

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

config.js

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
rewardSwap: { address: 'reward-swap.contract.tornadocash.eth', poolWeight: 1e11 },
3333
tornadoTrees: { address: 'tornado-trees.contract.tornadocash.eth', levels: 20 },
3434
tornadoProxy: { address: 'tornado-proxy.contract.tornadocash.eth' },
35+
tornadoProxyLight: { address: '0x0D5550d52428E7e3175bfc9550207e4ad3859b17' },
3536
rewardVerifier: { address: 'reward-verifier.contract.tornadocash.eth' },
3637
treeUpdateVerifier: { address: 'tree-update-verifier.contract.tornadocash.eth' },
3738
withdrawVerifier: { address: 'withdraw-verifier.contract.tornadocash.eth' },
@@ -210,5 +211,76 @@ module.exports = {
210211
decimals: 8,
211212
},
212213
},
214+
netId10: {
215+
eth: {
216+
instanceAddress: {
217+
0.1: '0x84443CFd09A48AF6eF360C6976C5392aC5023a1F',
218+
1: '0xd47438C816c9E7f2E2888E060936a499Af9582b3',
219+
10: '0x330bdFADE01eE9bF63C209Ee33102DD334618e0a',
220+
100: '0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD',
221+
},
222+
symbol: 'ETH',
223+
decimals: 18,
224+
},
225+
},
226+
netId56: {
227+
bnb: {
228+
instanceAddress: {
229+
0.1: '0x84443CFd09A48AF6eF360C6976C5392aC5023a1F',
230+
1: '0xd47438C816c9E7f2E2888E060936a499Af9582b3',
231+
10: '0x330bdFADE01eE9bF63C209Ee33102DD334618e0a',
232+
100: '0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD',
233+
},
234+
symbol: 'BNB',
235+
decimals: 18,
236+
},
237+
},
238+
netId100: {
239+
xdai: {
240+
instanceAddress: {
241+
100: '0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD',
242+
1000: '0xdf231d99Ff8b6c6CBF4E9B9a945CBAcEF9339178',
243+
10000: '0xaf4c0B70B2Ea9FB7487C7CbB37aDa259579fe040',
244+
100000: '0xa5C2254e4253490C54cef0a4347fddb8f75A4998',
245+
},
246+
symbol: 'xDAI',
247+
decimals: 18,
248+
},
249+
},
250+
netId137: {
251+
matic: {
252+
instanceAddress: {
253+
100: '0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD',
254+
1000: '0xdf231d99Ff8b6c6CBF4E9B9a945CBAcEF9339178',
255+
10000: '0xaf4c0B70B2Ea9FB7487C7CbB37aDa259579fe040',
256+
100000: '0xa5C2254e4253490C54cef0a4347fddb8f75A4998',
257+
},
258+
symbol: 'MATIC',
259+
decimals: 18,
260+
},
261+
},
262+
netId42161: {
263+
eth: {
264+
instanceAddress: {
265+
0.1: '0x84443CFd09A48AF6eF360C6976C5392aC5023a1F',
266+
1: '0xd47438C816c9E7f2E2888E060936a499Af9582b3',
267+
10: '0x330bdFADE01eE9bF63C209Ee33102DD334618e0a',
268+
100: '0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD',
269+
},
270+
symbol: 'ETH',
271+
decimals: 18,
272+
},
273+
},
274+
netId43114: {
275+
avax: {
276+
instanceAddress: {
277+
10: '0x330bdFADE01eE9bF63C209Ee33102DD334618e0a',
278+
100: '0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD',
279+
500: '0xaf8d1839c3c67cf571aa74B5c12398d4901147B3',
280+
},
281+
symbol: 'AVAX',
282+
decimals: 18,
283+
},
284+
},
213285
},
214286
}

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.4",
3+
"version": "1.0.5",
44
"main": "config.js",
55
"repository": "https://github.com/tornadocash/torn-token.git",
66
"author": "Tornadocash team <[email protected]>",

0 commit comments

Comments
 (0)