Skip to content

Commit 456beaa

Browse files
committed
feat: add contracts
1 parent fe57770 commit 456beaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config.js

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ module.exports = {
3838
withdrawVerifier: { address: 'withdraw-verifier.contract.tornadocash.eth' },
3939
poseidonHasher2: { address: 'poseidon2.contract.tornadocash.eth' },
4040
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' },
4146
deployer: { address: 'deployer.contract.tornadocash.eth' },
4247
vesting: {
4348
team1: {

package.json

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

0 commit comments

Comments
 (0)