From 0c4f8e0eb7785ae13ee091ab5c4548528cb06d5f Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Sun, 15 Dec 2024 21:33:00 +0000 Subject: [PATCH] feat: add Ethereum <> Vana ETH warp route (#429) ### Description Adds Ethereum <> Vana ETH warp route ### Backward compatibility ### Testing --- .changeset/modern-items-smell.md | 5 +++++ .../ETH/ethereum-vana-addresses.yaml | 4 ++++ .../warp_routes/ETH/ethereum-vana-config.yaml | 21 +++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 .changeset/modern-items-smell.md create mode 100644 deployments/warp_routes/ETH/ethereum-vana-addresses.yaml create mode 100644 deployments/warp_routes/ETH/ethereum-vana-config.yaml diff --git a/.changeset/modern-items-smell.md b/.changeset/modern-items-smell.md new file mode 100644 index 000000000..537fabb6d --- /dev/null +++ b/.changeset/modern-items-smell.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/registry': minor +--- + +Add Vana <> Ethereum ETH warp route diff --git a/deployments/warp_routes/ETH/ethereum-vana-addresses.yaml b/deployments/warp_routes/ETH/ethereum-vana-addresses.yaml new file mode 100644 index 000000000..9e4767a8a --- /dev/null +++ b/deployments/warp_routes/ETH/ethereum-vana-addresses.yaml @@ -0,0 +1,4 @@ +ethereum: + native: "0x3e6Dba802d62aba2361Dd632fbC9f547AA6789aE" +vana: + synthetic: "0x3e6Dba802d62aba2361Dd632fbC9f547AA6789aE" diff --git a/deployments/warp_routes/ETH/ethereum-vana-config.yaml b/deployments/warp_routes/ETH/ethereum-vana-config.yaml new file mode 100644 index 000000000..d016843ac --- /dev/null +++ b/deployments/warp_routes/ETH/ethereum-vana-config.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=../schema.json +tokens: + - addressOrDenom: "0x3e6Dba802d62aba2361Dd632fbC9f547AA6789aE" + chainName: ethereum + coinGeckoId: ethereum + connections: + - token: ethereum|vana|0x3e6Dba802d62aba2361Dd632fbC9f547AA6789aE + decimals: 18 + logoURI: /deployments/warp_routes/ETH/logo.svg + name: Ethereum + standard: EvmHypNative + symbol: ETH + - addressOrDenom: "0x3e6Dba802d62aba2361Dd632fbC9f547AA6789aE" + chainName: vana + connections: + - token: ethereum|ethereum|0x3e6Dba802d62aba2361Dd632fbC9f547AA6789aE + decimals: 18 + logoURI: /deployments/warp_routes/ETH/logo.svg + name: Ethereum + standard: EvmHypSynthetic + symbol: ETH