tornado proxy address

This commit is contained in:
smart_ex 2022-04-22 20:09:30 +10:00 committed by Danil Kovtonyuk
parent 9488090892
commit 582af773e6
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ async function getProxyContract() {
if (netId === 5) {
proxyAddress = tornadoGoerliProxy
} else {
proxyAddress = await resolver.resolve(torn.tornadoProxy.address)
proxyAddress = await resolver.resolve(torn.tornadoRouter.address)
}
const contract = new web3.eth.Contract(tornadoProxyABI, proxyAddress)