Skip to content

Commit

Permalink
feat: add Ethereum <> Vana ETH warp route (#429)
Browse files Browse the repository at this point in the history
### Description

Adds Ethereum <> Vana ETH warp route

### Backward compatibility

<!--
Are these changes backward compatible? Note that additions are backwards
compatible.

Yes/No
-->

### Testing

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->
  • Loading branch information
tkporter authored Dec 15, 2024
1 parent 995e745 commit 0c4f8e0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-items-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add Vana <> Ethereum ETH warp route
4 changes: 4 additions & 0 deletions deployments/warp_routes/ETH/ethereum-vana-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
native: "0x3e6Dba802d62aba2361Dd632fbC9f547AA6789aE"
vana:
synthetic: "0x3e6Dba802d62aba2361Dd632fbC9f547AA6789aE"
21 changes: 21 additions & 0 deletions deployments/warp_routes/ETH/ethereum-vana-config.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0c4f8e0

Please sign in to comment.