Skip to content

Commit

Permalink
feat: ETH/base-ethereum-lumiaprism Warp Route Deployment (#652)
Browse files Browse the repository at this point in the history
### Description

<!--
Summary of change.
Example: Add sepolia chain
-->
Add `ETH/base-ethereum-lumiaprism` warp route deployment
### Backward compatibility

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

Yes/No
-->
Yes
### Testing

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->
CLI
  • Loading branch information
Xaroz authored Mar 6, 2025
1 parent 8e73052 commit c478f87
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-parrots-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add ETH/base-ethereum-lumiaprism warp route deployment
34 changes: 34 additions & 0 deletions deployments/warp_routes/ETH/base-ethereum-lumiaprism-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
chainName: base
coinGeckoId: ethereum
connections:
- token: ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196
- token: ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b
decimals: 18
logoURI: /deployments/warp_routes/ETH/logo.svg
name: Ether
standard: EvmHypNative
symbol: ETH
- addressOrDenom: "0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
chainName: ethereum
coinGeckoId: ethereum
connections:
- token: ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f
- token: ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b
decimals: 18
logoURI: /deployments/warp_routes/ETH/logo.svg
name: Ether
standard: EvmHypNative
symbol: ETH
- addressOrDenom: "0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
chainName: lumiaprism
connections:
- token: ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f
- token: ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196
decimals: 18
logoURI: /deployments/warp_routes/ETH/logo.svg
name: Ether
standard: EvmHypSynthetic
symbol: WETH

0 comments on commit c478f87

Please sign in to comment.