Skip to content

Commit

Permalink
feat: add humanity protocol testnet (#313)
Browse files Browse the repository at this point in the history
### Description
requesting to add humanity protocol 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: Paul Balaji <[email protected]>
  • Loading branch information
JunayedMh and paulbalaji authored Oct 24, 2024
1 parent 7645008 commit c94bfc1
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-islands-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperlane-xyz/registry": minor
---

feat: add humanity protocol
14 changes: 14 additions & 0 deletions chains/humanitytestnet/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/humanitytestnet/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions chains/humanitytestnet/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://explorer.testnet.humanity.org/api
family: blockscout
name: Humanity Protocol Testnet Explorer
url: https://explorer.testnet.humanity.org
chainId: 1942999413
deployer:
name: JunayedMh
url: https://github.com/JunayedMh
displayName: Humanity Protocol Testnet
domainId: 1942999413
isTestnet: true
name: humanitytestnet
nativeToken:
decimals: 18
name: Humanity Protocol
symbol: tHP
protocol: ethereum
rpcUrls:
- http: https://rpc.testnet.humanity.org

0 comments on commit c94bfc1

Please sign in to comment.