Skip to content

Commit

Permalink
feat: add VANA warp route between Ethereum and Vana (#430)
Browse files Browse the repository at this point in the history
### Description

- Deployed by Protofire

### 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 0c4f8e0 commit 01f2271
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-pans-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add VANA warp route between Ethereum and Vana
4 changes: 4 additions & 0 deletions deployments/warp_routes/VANA/ethereum-vana-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
synthetic: "0x177778F19E89dD1012BdBe603F144088A95C4B53"
vana:
native: "0x96b572D2d880cf2Fa2563651BD23ADE6f5516652"
18 changes: 18 additions & 0 deletions deployments/warp_routes/VANA/ethereum-vana-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x177778F19E89dD1012BdBe603F144088A95C4B53"
chainName: ethereum
connections:
- token: ethereum|vana|0x96b572D2d880cf2Fa2563651BD23ADE6f5516652
decimals: 18
name: Vana
standard: EvmHypSynthetic
symbol: VANA
- addressOrDenom: "0x96b572D2d880cf2Fa2563651BD23ADE6f5516652"
chainName: vana
connections:
- token: ethereum|ethereum|0x177778F19E89dD1012BdBe603F144088A95C4B53
decimals: 18
name: Vana
standard: EvmHypNative
symbol: VANA

0 comments on commit 01f2271

Please sign in to comment.