Skip to content

Commit

Permalink
add inclusive layer testnet (#386)
Browse files Browse the repository at this point in the history
### Description
<!--
Summary of change.
Example: Add sepolia chain
-->
Add Inclusive Layer testnet chain

### 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?
-->
Yes

---------

Co-authored-by: Paul Balaji <[email protected]>
  • Loading branch information
aditya172926 and paulbalaji authored Dec 10, 2024
1 parent c25ff9a commit 4c085f6
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-mails-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add inclusive layer testnet
12 changes: 12 additions & 0 deletions chains/inclusivelayertestnet/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
domainRoutingIsmFactory: "0x3a11709C1B514761c5EC677a177533f2fd5c5952"
interchainAccountIsm: "0x6aFa05c81BDa3A638d2E1eD082cbf455925F6fa9"
interchainAccountRouter: "0x36d152aBA87fF8F847CF9521fa23A27685F4F141"
mailbox: "0x6103c366c286371a8c182619EaC9949e18106528"
merkleTreeHook: "0x500E22f3327B19A20f33c5922C8965E47E511792"
proxyAdmin: "0xe8b237a05e39945377CD55FB511CEAdF3c967e62"
staticAggregationHookFactory: "0xA58A7d02Dc98E839f383401a303a813DE7B5B430"
staticAggregationIsmFactory: "0x873aa4A0BADB5f3ED2189eA6696E2603da6384a1"
staticMerkleRootMultisigIsmFactory: "0x10Bd789b9d66eFF07800Bf01dF9149aD5c8759A5"
staticMessageIdMultisigIsmFactory: "0xcF7603362d0FC5a7cD17C1C43Bf35BC85a9415d7"
testRecipient: "0x74Bdb3A9d82265d155A0b11d278d73Eaa2bE4C2b"
validatorAnnounce: "0xAd0c03dfe7B8E2dF3fBc73f421CbfE0cC9de072e"
1 change: 1 addition & 0 deletions chains/inclusivelayertestnet/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions chains/inclusivelayertestnet/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: http://192.241.245.190/api
family: blockscout
name: Inclusive Layer Testnet Explorer
url: http://192.241.245.190
blocks:
confirmations: 1
estimateBlockTime: 60
reorgPeriod: 1
chainId: 71461164656
deployer:
name: aditya172926
url: https://github.com/aditya172926
displayName: Inclusive Layer Testnet
domainId: 3461164656
isTestnet: true
name: inclusivelayertestnet
nativeToken:
decimals: 18
name: Ether
symbol: ETH
protocol: ethereum
rpcUrls:
- http: http://192.241.245.190:18449

0 comments on commit 4c085f6

Please sign in to comment.