moondance-labs / tanssi

GNU General Public License v3.0
226 stars 48 forks source link

Module(ModuleError { index: 61, error: [5, 0, 0, 0], message: None }) #582

Open abing258 opened 4 months ago

abing258 commented 4 months ago
image

Several contracts have been deployed, and this error message is always present when calling them

const provider = new ethers.JsonRpcProvider('https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network', { chainId: 5678, name: 'dancebox-evm-appchain', }); This network

girazoki commented 4 months ago

that seems to be related to your nonce being Invalid. Can you clean it up for your metamask wallet and try again?

girazoki commented 4 months ago

It's also likely that you might be hitting a known bug with the tx-pool, where txs get stuck and therefore your wallet is not in sync anymore with the chains nonce. Can you try with a different account?