mirror of
https://github.com/tornadocash/tornado-cli.git
synced 2025-06-22 05:24:20 -04:00
Add Optimistic network support & update README.md
This commit is contained in:
parent
e865eb9af8
commit
90a34da5b8
3 changed files with 91 additions and 5 deletions
20
config.js
20
config.js
|
@ -330,5 +330,25 @@ module.exports = {
|
|||
},
|
||||
proxy: '0x0D5550d52428E7e3175bfc9550207e4ad3859b17',
|
||||
},
|
||||
netId42161: {
|
||||
'eth': {
|
||||
'instanceAddress': {
|
||||
'0.1': '0x84443CFd09A48AF6eF360C6976C5392aC5023a1F',
|
||||
'1': '0xd47438C816c9E7f2E2888E060936a499Af9582b3',
|
||||
'10': '0x330bdFADE01eE9bF63C209Ee33102DD334618e0a',
|
||||
'100': '0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD'
|
||||
},
|
||||
'deployedBlockNumber': {
|
||||
'0.1': 2243707,
|
||||
'1': 2243709,
|
||||
'10': 2243735,
|
||||
'100': 2243749
|
||||
},
|
||||
'miningEnabled': false,
|
||||
'symbol': 'ETH',
|
||||
'decimals': 18
|
||||
},
|
||||
proxy: '0x0D5550d52428E7e3175bfc9550207e4ad3859b17',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue