From 9491843234f804fe2b97e3e497deccf719b8b4ab Mon Sep 17 00:00:00 2001 From: Jason Guo <33064781+Xaroz@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:45:23 -0600 Subject: [PATCH] feat: add rstETH warp route from ethereum to zircuit (#475) ### Description Adds the rstETH warp route artifacts to connect ethereum and zircuit ### Backward compatibility Yes ### Testing CLI --- .changeset/early-olives-appear.md | 5 +++++ .../rstETH/ethereum-zircuit-addresses.yaml | 4 ++++ .../rstETH/ethereum-zircuit-config.yaml | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 .changeset/early-olives-appear.md create mode 100644 deployments/warp_routes/rstETH/ethereum-zircuit-addresses.yaml create mode 100644 deployments/warp_routes/rstETH/ethereum-zircuit-config.yaml diff --git a/.changeset/early-olives-appear.md b/.changeset/early-olives-appear.md new file mode 100644 index 00000000..c8b519bc --- /dev/null +++ b/.changeset/early-olives-appear.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/registry': minor +--- + +Add rstETH/ethereum-zircuit Warp Route diff --git a/deployments/warp_routes/rstETH/ethereum-zircuit-addresses.yaml b/deployments/warp_routes/rstETH/ethereum-zircuit-addresses.yaml new file mode 100644 index 00000000..2c52211e --- /dev/null +++ b/deployments/warp_routes/rstETH/ethereum-zircuit-addresses.yaml @@ -0,0 +1,4 @@ +ethereum: + collateral: "0x18E5D2ae4fb6F5Cf4e6C5D493C4d0F027FAe5054" +zircuit: + synthetic: "0xc701aE35d83c812822c992aB293E4e3fAF6E9D3B" diff --git a/deployments/warp_routes/rstETH/ethereum-zircuit-config.yaml b/deployments/warp_routes/rstETH/ethereum-zircuit-config.yaml new file mode 100644 index 00000000..d15ade57 --- /dev/null +++ b/deployments/warp_routes/rstETH/ethereum-zircuit-config.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=../schema.json +tokens: + - addressOrDenom: "0x18E5D2ae4fb6F5Cf4e6C5D493C4d0F027FAe5054" + chainName: ethereum + collateralAddressOrDenom: "0x7a4EffD87C2f3C55CA251080b1343b605f327E3a" + connections: + - token: ethereum|zircuit|0xc701aE35d83c812822c992aB293E4e3fAF6E9D3B + decimals: 18 + name: Restaking Vault ETH + standard: EvmHypCollateral + symbol: rstETH + - addressOrDenom: "0xc701aE35d83c812822c992aB293E4e3fAF6E9D3B" + chainName: zircuit + connections: + - token: ethereum|ethereum|0x18E5D2ae4fb6F5Cf4e6C5D493C4d0F027FAe5054 + decimals: 18 + name: Restaking Vault ETH + standard: EvmHypSynthetic + symbol: rstETH