optimism
optimism copied to clipboard
Error: withdrawal index 0 out of bounds. There are 0 withdrawals
^
Error: withdrawal index 0 out of bounds. There are 0 withdrawals at CrossChainMessenger.toCrossChainMessage (C:\Users\Asus\Projects\AUTOMATED-TELEGRAM-BOT\InhumaneBot(public)\node_modules@eth-optimism\sdk\src\cross-chain-messenger.ts:676:15) at processTicksAndRejections (node:internal/process/task_queues:
please any help would do
Hola sabes qe tengo un token el metamask de 3 WLD y no puedo retirarlo
cc @smartcontracts
@ahyammona you should give more context on what you are doing. My guess is that you are using waitForMessageReceipt wrong.
You should only use waitForMessageReceipt for cross chain messages (deposit and withdraw).
If you are trying to wait for example erc20 tx, make sure you use tx.wait()
The sdk is no longer maintained