mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-10 15:20:27 -04:00
tornado proxy address
This commit is contained in:
parent
9488090892
commit
582af773e6
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ async function getProxyContract() {
|
||||||
if (netId === 5) {
|
if (netId === 5) {
|
||||||
proxyAddress = tornadoGoerliProxy
|
proxyAddress = tornadoGoerliProxy
|
||||||
} else {
|
} else {
|
||||||
proxyAddress = await resolver.resolve(torn.tornadoProxy.address)
|
proxyAddress = await resolver.resolve(torn.tornadoRouter.address)
|
||||||
}
|
}
|
||||||
const contract = new web3.eth.Contract(tornadoProxyABI, proxyAddress)
|
const contract = new web3.eth.Contract(tornadoProxyABI, proxyAddress)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue