Summary
multicall3 (a common utility for batching read calls, widely relied upon by frontend tooling like wagmi/viem) does not appear to function on Ritual Chain, and I could not find documentation confirming whether this is expected.
Steps to reproduce
- Attempted standard multicall3 batched calls against Ritual testnet (chain ID 1979) using viem/wagmi
- Calls failed / were not processed as expected
Expected behavior
Either multicall3 works as on standard EVM chains, or the docs note that it's unsupported (and ideally suggest an alternative pattern for batching reads on Ritual).
Ask
Could the team confirm whether multicall3 is intentionally unsupported? If so, documenting this (and any recommended alternative) would save other developers from debugging this blind, since it's a very common dependency in EVM frontend tooling.
Summary
multicall3 (a common utility for batching read calls, widely relied upon by frontend tooling like wagmi/viem) does not appear to function on Ritual Chain, and I could not find documentation confirming whether this is expected.
Steps to reproduce
Expected behavior
Either multicall3 works as on standard EVM chains, or the docs note that it's unsupported (and ideally suggest an alternative pattern for batching reads on Ritual).
Ask
Could the team confirm whether multicall3 is intentionally unsupported? If so, documenting this (and any recommended alternative) would save other developers from debugging this blind, since it's a very common dependency in EVM frontend tooling.