From 716c10f0bf9faf3a84a2ca974cf199cf27cfb296 Mon Sep 17 00:00:00 2001 From: Fazleiw <156914529+Fazleiw@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:34:07 +0700 Subject: [PATCH] Fix: change worldchain RPC (#329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 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 --- .changeset/chatty-feet-trade.md | 5 +++++ chains/worldchain/metadata.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/chatty-feet-trade.md diff --git a/.changeset/chatty-feet-trade.md b/.changeset/chatty-feet-trade.md new file mode 100644 index 000000000..90818fe94 --- /dev/null +++ b/.changeset/chatty-feet-trade.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/registry': minor +--- + +fix: worldchain RPC fix since its invalid diff --git a/chains/worldchain/metadata.yaml b/chains/worldchain/metadata.yaml index 85ad97c19..6b54da442 100644 --- a/chains/worldchain/metadata.yaml +++ b/chains/worldchain/metadata.yaml @@ -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