Skip to content

Commit

Permalink
Fix: change worldchain RPC (#329)
Browse files Browse the repository at this point in the history
### Description

Minor change: worldchain RPC fix

### Backward compatibility

yes

### Testing

? Select network type Mainnet
? Select the origin chain tesst1
? Select network type Mainnet
? Select the destination chain tesst1
Running pre-flight checks for chains...
✅ Chains are valid
✅ Signer is valid
✅ Balances are sufficient
Dispatching message
Pending
0x33cb33dc705f469f3ec7a2177810c042291b100fe0510b9c7826de570aae8b79
(waiting 1 blocks for confirmation)
Sent message from tesst1 to 0x9AAFFA56de76b2247ce26Bb6d7598726a8c23063
on tesst1.
Message ID:
0x443be65abce913fa225a77ef5450e1a1f1aaa221289dcc5fa93cfe2fb08f86ad
Message:
    parsed:
      version: 3
      nonce: 0
      origin: 480
sender:
"0x000000000000000000000000b3af8fbc63abaea31e0a4ddb268e15a9ab6dc67f"
      destination: 480
recipient:
"0x0000000000000000000000009aaffa56de76b2247ce26bb6d7598726a8c23063"
      body: "0x48656c6c6f21"
      originChain: tesst1
      destinationChain: tesst1
id: "0x443be65abce913fa225a77ef5450e1a1f1aaa221289dcc5fa93cfe2fb08f86ad"
message:
"0x0300000000000001e0000000000000000000000000b3af8fbc63abaea31e0a4ddb2\

68e15a9ab6dc67f000001e00000000000000000000000009aaffa56de76b2247ce26bb6d75987\
      26a8c2306348656c6c6f21"

Unhandled error case in combined provider error handler
Unhandled error case in combined provider error handler
Unhandled error case in combined provider error handler
      body: '0x48656c6c6f21'
    }
  },
  metadata: '0x'
} Relaying message
0x443be65abce913fa225a77ef5450e1a1f1aaa221289dcc5fa93cfe2fb08f86ad
Pending
0xc6fd062c5fb2fb1688a817aca0eab192a8d099a8df5cc039fec60e31d6ab9608
(waiting 1 blocks for confirmation)Message was self-relayed!

---------

Co-authored-by: adithya fazriel <[email protected]>
  • Loading branch information
Fazleiw and adithya fazriel authored Oct 28, 2024
1 parent 03c8954 commit 716c10f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chatty-feet-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

fix: worldchain RPC fix since its invalid
2 changes: 1 addition & 1 deletion chains/worldchain/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ nativeToken:
symbol: ETH
protocol: ethereum
rpcUrls:
- http: https://raas-backend.alchemy.com/rpc/worldchain-mainnet/rollup
- http: https://worldchain-mainnet.g.alchemy.com/public
technicalStack: opstack

0 comments on commit 716c10f

Please sign in to comment.