fix: goerli note account
This commit is contained in:
parent
704c853a3c
commit
9f8aad114c
6 changed files with 93 additions and 113 deletions
|
@ -445,7 +445,7 @@ const actions = {
|
|||
try {
|
||||
const { netId } = rootState.metamask
|
||||
const rpc = rootGetters['settings/currentRpc']
|
||||
let { NOTE_ACCOUNT_BLOCK: deployedBlock } = networkConfig[`netId${netId}`].constants
|
||||
let { ENCRYPTED_NOTES_BLOCK: deployedBlock } = networkConfig[`netId${netId}`].constants
|
||||
|
||||
const contractInstance = getters.tornadoProxyContract({ netId })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue