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
For rpc calls we're using viem which supports multicall3. This means that rpc multicall requests for blocks before multicall3 was deployed will fail. Fortunately viem is adding support for deployless multicall which allows clients to make multicalls for any block.
When deployless multicall is ready in viem, make any necessary changes to support it.
For rpc calls we're using viem which supports multicall3. This means that rpc multicall requests for blocks before multicall3 was deployed will fail. Fortunately viem is adding support for deployless multicall which allows clients to make multicalls for any block.
When deployless multicall is ready in viem, make any necessary changes to support it.
viem deployless multicall status
wevm/viem#1443
deployless multicall?
https://destiner.io/blog/post/deployless-multicall/
The text was updated successfully, but these errors were encountered: