update new impl address

This commit is contained in:
Drygin 2022-02-14 18:03:49 +03:00
parent 696b41b1dd
commit 30afa0945b
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ There is Tornado governance proposal for upgrade nova contract on Xdai chain.
## Deploy
1. Check `config.js` for actual values. Take `newNovaImpl` address from README of [repository](https://github.com/tornadocash/tornado-nova).
1. Check `config.js` for actual values. Take `newNovaImpl` address from README of [repository](https://github.com/tornadocash/tornado-nova/tree/l1-fee-from-user).
2. Run deploy:

View File

@ -8,6 +8,6 @@ module.exports = {
// MAINNET VALUES
novaProxy: '0xD692Fd2D0b2Fbd2e52CFa5B5b9424bC981C30696',
newNovaImpl: '0xAEE471D6FD5c6B3f377f45B0a3c705505d172090',
newNovaImpl: '0x85a3C2E4f0FcD4e881e0a3D1078496660C74bb35',
ethAmbBridge: '0x4C36d2919e407f0Cc2Ee3c993ccF8ac26d9CE64e',
}