File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ module.exports = {
38
38
withdrawVerifier : { address : 'withdraw-verifier.contract.tornadocash.eth' } ,
39
39
poseidonHasher2 : { address : 'poseidon2.contract.tornadocash.eth' } ,
40
40
poseidonHasher3 : { address : 'poseidon3.contract.tornadocash.eth' } ,
41
+ feeManager : { address : 'fee-manager.contract.tornadocash.eth' } ,
42
+ tornadoStakingRewards : { address : 'staking-rewards.contract.tornadocash.eth' } ,
43
+ relayerRegistry : { address : 'relayer-registry.contract.tornadocash.eth' } ,
44
+ tornadoRouter : { address : 'tornado-router.contract.tornadocash.eth' } ,
45
+ instanceRegistry : { address : 'instance-registry.contract.tornadocash.eth' } ,
41
46
deployer : { address : 'deployer.contract.tornadocash.eth' } ,
42
47
vesting : {
43
48
team1 : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " torn-token" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"main" : " config.js" ,
5
5
"repository" : " https://github.com/tornadocash/torn-token.git" ,
6
6
"author" :
" Tornadocash team <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments