1 questions from the last 7 days
0
votes
0
answers
12
views
CCIP-JS getTransferStatus Fails With “Internal error” on eth_call to Router Contract (Viem + Cloudflare RPC)
I am trying to fetch CCIP message transfer status using ccip-js,
I load CCIP messageIds from a CSV, then call:
await ccipClient.getTransferStatus({
messageId,
client: publicClient,
...