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

doesn't have a multicall contract address defined #101

Open
dohainamhn opened this issue Aug 14, 2024 · 1 comment
Open

doesn't have a multicall contract address defined #101

dohainamhn opened this issue Aug 14, 2024 · 1 comment

Comments

@dohainamhn
Copy link

dohainamhn commented Aug 14, 2024

I got this error.
after searching. your code does not support almost default network contracts. please tell me am I right?

Error: Network - 97 doesn't have a multicall contract address defined. Please check your network or deploy your own contract on it.

Screenshot 2024-08-14 at 17 21 09

Screenshot 2024-08-14 at 17 24 25

@tuloski
Copy link

tuloski commented Oct 3, 2024

Same here for another network.
I think the problem is that new Ethers uses a BigInt as network ID, and this library uses a switch with numbers to find a match with the enum.
Since switch uses a STRICT equality (=== operator) it doesn't match a number with BigInt.

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