Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abing258 opened this issue Jun 7, 2024 · 2 comments
Open

Comments

@abing258
Copy link

abing258 commented Jun 7, 2024

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
Copy link
Collaborator

girazoki commented Jun 7, 2024

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

@girazoki
Copy link
Collaborator

girazoki commented Jun 7, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants