Skip to content

Commit

Permalink
fix: add missing ETH/base-ethereum-lumiaprism deploy config (#654)
Browse files Browse the repository at this point in the history
### Description

<!--
Summary of change.
Example: Add sepolia chain
-->
Deploy config for ETH/base-ethereum-lumiaprism deploy config
### 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?
-->
  • Loading branch information
Xaroz authored Mar 7, 2025
1 parent 5fb3334 commit 679bff6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-impalas-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Add missing ETH/base-ethereum-lumiaprism deploy config
16 changes: 16 additions & 0 deletions deployments/warp_routes/ETH/base-ethereum-lumiaprism-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
base:
interchainSecurityModule: "0x0000000000000000000000000000000000000000"
mailbox: "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D"
owner: "0xC92aB408512defCf1938858E726dc5C0ada9175a"
type: native
ethereum:
interchainSecurityModule: "0x0000000000000000000000000000000000000000"
mailbox: "0xc005dc82818d67AF737725bD4bf75435d065D239"
owner: "0xb10B260fBf5F33CC5Ff81761e090aeCDffcb1fd5"
type: native
lumiaprism:
interchainSecurityModule: "0x0000000000000000000000000000000000000000"
mailbox: "0x0dF25A2d59F03F039b56E90EdC5B89679Ace28Bc"
owner: "0x1b06089dA471355F8F05C7A6d8DE1D9dAC397629"
symbol: WETH
type: synthetic

0 comments on commit 679bff6

Please sign in to comment.