fix: goerli note account

This commit is contained in:
Danil Kovtonyuk 2022-06-10 02:41:41 +10:00
parent 704c853a3c
commit 9f8aad114c
6 changed files with 93 additions and 113 deletions

View file

@ -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 })