Skip to content

Commit

Permalink
feat: add aurora testnet (#345)
Browse files Browse the repository at this point in the history
### Description 
 add aurora testnet
<!--
Summary of change.
Example: Add sepolia chain
-->

### Backward compatibility

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

Yes/No
-->

### Testing
yes
<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->

---------

Co-authored-by: xeno097 <[email protected]>
  • Loading branch information
JunayedMh and xeno097 authored Nov 15, 2024
1 parent a5e34c8 commit 773fedb
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-impalas-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperlane-xyz/registry": minor
---

feat: add aurora testnet
14 changes: 14 additions & 0 deletions chains/auroratestnet/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
domainRoutingIsmFactory: "0xa140A2DB9758Fd54AebBe2aAB80BB5956D39a925"
interchainAccountIsm: "0xA782825BF7E64824cB4D668B2D66D0EB3984DEdF"
interchainAccountRouter: "0x17169Ec27a0b9eA5E49b0322F07bAd3cca7E95d2"
mailbox: "0x22E134B698A6a9e1e94A88560E65B0bAA4b60DB9"
merkleTreeHook: "0x022Fb27C1dcA0b3C5ea6D2F65d222F6c2882961e"
proxyAdmin: "0x70BDB1f4B2aeBb955aAb01dE9E5D1adF8dAaF9ea"
staticAggregationHookFactory: "0x658bD9DE604B10B2D008516B65F029412Dbb9e15"
staticAggregationIsmFactory: "0x5B737f56d476a22ae46D38E2b4bE8B335E8b0e9E"
staticMerkleRootMultisigIsmFactory: "0xFb365802C2a6C9C8C8B1c11B5bbf018eb6E02103"
staticMerkleRootWeightedMultisigIsmFactory: "0x368D83D0cc9Fd895Cc53CE9961a42E2cc492a798"
staticMessageIdMultisigIsmFactory: "0x3f5c026c84ACd4a86c8EC052CD611722f5395fE8"
staticMessageIdWeightedMultisigIsmFactory: "0x1AA7e1328BC28f585853A8d62F4cF0eB43ABAe8c"
testRecipient: "0xAf47409d9ea3A1EDC9611C89999823844C2d54Be"
validatorAnnounce: "0x051B57EF8eda07A38D3521C33D2cb3D35Edf548E"
1 change: 1 addition & 0 deletions chains/auroratestnet/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions chains/auroratestnet/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
blockExplorers:
- apiUrl: https://explorer.testnet.aurora.dev/api
family: blockscout
name: auroratestnetscan
url: https://explorer.testnet.aurora.dev
chainId: 1313161555
deployer:
name: JunayedMh
url: https://github.com/JunayedMh
displayName: Aurora Testnet
domainId: 1313161555
isTestnet: true
name: auroratestnet
nativeToken:
decimals: 18
name: Ether
symbol: AETH
protocol: ethereum
rpcUrls:
- http: https://testnet.aurora.dev

0 comments on commit 773fedb

Please sign in to comment.