Skip to content

Commit

Permalink
feat: core deployment on solanamainnet and eclipsemainnet (#194)
Browse files Browse the repository at this point in the history
Noticed [this
change](https://github.com/hyperlane-xyz/hyperlane-warp-ui-template/pull/213/files#diff-05ca53b312ab10fd3af29de11c6b119e8a3e13f8fe2ba6c9353977498da1ed41R32)
in @tkporter's pzETH UI PR, I think that means that I need to add these
artifacts. It's confusing that they get imported from the SDK though,
does that mean we need a new SDK release?

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
daniel-savu and github-actions[bot] authored Sep 13, 2024
1 parent b24c14d commit 9b1bb59
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-buses-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Adds Solanamainnet and Eclipsemainnet core deployment addresses
12 changes: 12 additions & 0 deletions chains/addresses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,12 @@ dogechain:
testRecipient: "0xbB22547D1dc681fe925f568f637Ff67aC06c20fc"
timelockController: "0x0000000000000000000000000000000000000000"
validatorAnnounce: "0xb4fc9B5fD57499Ef6FfF3995728a55F7A618ef86"
eclipsemainnet:
interchainGasPaymaster: ABb3i11z7wKoGCfeRQNQbVYWjAm7jG7HzZnDLV4RKRbK
interchainSecurityModule: BgG35GxoaMgmiam3EJzcwivwQ2DTYGPTLfUCg7bhiH6V
mailbox: EitxJuv2iBjsg2d7jVy2LDC1e2zBrx4GB5Y9h2Ko3A9Y
merkleTreeHook: EitxJuv2iBjsg2d7jVy2LDC1e2zBrx4GB5Y9h2Ko3A9Y
validatorAnnounce: Hqnn593pqDZWLy6bKZ4NbY767wFhUNBShDrLktuQa3Q2
ecotestnet:
aggregationHook: "0xccA408a6A9A6dc405C3278647421eb4317466943"
domainRoutingIsm: "0x4ac19e0bafc2aF6B98094F0a1B817dF196551219"
Expand Down Expand Up @@ -1705,6 +1711,12 @@ sketchpad:
testRecipient: "0xf275EC43f061a9543f61899B3ac7673b61f29Eb9"
timelockController: "0x0000000000000000000000000000000000000000"
validatorAnnounce: "0xCfB23451D800fB591C1A822325407DdB382065F7"
solanamainnet:
interchainGasPaymaster: JAvHW21tYXE9dtdG83DReqU2b4LUexFuCbtJT5tF8X6M
interchainSecurityModule: 372D5YP7jMYUgYBXTVJ7BZtzKv1mq1J6wvjSFLNTRreC
mailbox: E588QtVUvresuXq2KoNEwAmoifCzYGpRBdHByN9KQMbi
merkleTreeHook: E588QtVUvresuXq2KoNEwAmoifCzYGpRBdHByN9KQMbi
validatorAnnounce: pRgs5vN4Pj7WvFbxf6QDHizo2njq2uksqEUbaSghVA8
superpositiontestnet:
aggregationHook: "0x331eb40963dc11F5BB271308c42d97ac6e41F124"
domainRoutingIsm: "0x4ac19e0bafc2aF6B98094F0a1B817dF196551219"
Expand Down
5 changes: 5 additions & 0 deletions chains/eclipsemainnet/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
interchainGasPaymaster: ABb3i11z7wKoGCfeRQNQbVYWjAm7jG7HzZnDLV4RKRbK
interchainSecurityModule: BgG35GxoaMgmiam3EJzcwivwQ2DTYGPTLfUCg7bhiH6V
mailbox: EitxJuv2iBjsg2d7jVy2LDC1e2zBrx4GB5Y9h2Ko3A9Y
merkleTreeHook: EitxJuv2iBjsg2d7jVy2LDC1e2zBrx4GB5Y9h2Ko3A9Y
validatorAnnounce: Hqnn593pqDZWLy6bKZ4NbY767wFhUNBShDrLktuQa3Q2
5 changes: 5 additions & 0 deletions chains/solanamainnet/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
interchainGasPaymaster: JAvHW21tYXE9dtdG83DReqU2b4LUexFuCbtJT5tF8X6M
interchainSecurityModule: 372D5YP7jMYUgYBXTVJ7BZtzKv1mq1J6wvjSFLNTRreC
mailbox: E588QtVUvresuXq2KoNEwAmoifCzYGpRBdHByN9KQMbi
merkleTreeHook: E588QtVUvresuXq2KoNEwAmoifCzYGpRBdHByN9KQMbi
validatorAnnounce: pRgs5vN4Pj7WvFbxf6QDHizo2njq2uksqEUbaSghVA8

0 comments on commit 9b1bb59

Please sign in to comment.