superchain-relayer
superchain-relayer copied to clipboard
Interface to relay messages from L2 to L1 for OP Chains using the Optimism SDK
When I search an L2 transaction hash that has already been relayed, I see a status "Status at index 0: Message is ready to be relayed" This leads to some...
Can reference Wilson's https://github.com/wilsoncusack/op-stack-bridge-example/blob/main/components/Bridge.tsx
OP Goerli / Base Goerli RPC fail when searching large block ranges. SDK is being updated to allow for arguments of to/from block range. https://github.com/ethereum-optimism/optimism/pull/6332 Intent is add 2 fields...
ChainID is hard coded right now
- the user's wallet needs to be connected on the L1 in order to prove transactions - we should flag if user is connected to the wrong chain - when...
Relaying a Multicall withdrawal only relays one of the withdrawals. The second one is unable to be relayed. L2 Withdrawal (contains 2 withdrawals): https://optimistic.etherscan.io/tx/0x2a523f1b74b93f5d8c1bdc7e5a1d106e7b2c6b1e31c3449a370b05048fec5ada L1 Prove: https://etherscan.io/tx/0x9e6871eded323816255827798b36ffb547df5ecb30b5b42b0a90b5020100bf5e L1 Relay (only...