You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently not possible to pass extra constants to multicall3DeploymentBlockNumbers. I have a network that already has a deployed copy of the multicall contract from the list (i.e. Mantle). However, currently not all of the chains are represented in multicall3DeploymentBlockNumbers, so it's not feasible to provide a custom block number in a call.
Describe the solution you'd like
I'd like a way to pass extra chains info, so it's possible to augment the existing configs in a library. I'm not sure what would be the more convenient format since it seems like an internal library module.
Describe alternatives you've considered
Patching the package locally with a constants object.
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.
Yes, I have the time, but I don't know how to start. I would need guidance.
No, I don't have the time, although I believe I could do it if I had the time...
No, I don't have the time and I wouldn't even know how to start.
The text was updated successfully, but these errors were encountered:
Feature Request
It's currently not possible to pass extra constants to multicall3DeploymentBlockNumbers. I have a network that already has a deployed copy of the multicall contract from the list (i.e. Mantle). However, currently not all of the chains are represented in multicall3DeploymentBlockNumbers, so it's not feasible to provide a custom block number in a call.
Describe the solution you'd like
I'd like a way to pass extra chains info, so it's possible to augment the existing configs in a library. I'm not sure what would be the more convenient format since it seems like an internal library module.
Describe alternatives you've considered
Patching the package locally with a constants object.
Are you willing to resolve this issue by submitting a Pull Request?
The text was updated successfully, but these errors were encountered: