Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Moonriver, Metal L2 Testnet #337

Merged
merged 30 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5b81bc6
feat: add Mode Testnet
guy93354 Oct 10, 2024
3fd58a4
Create giant-bottles-smell.md
guy93354 Oct 10, 2024
cb7829b
Merge branch 'main' into main
jmrossy Oct 10, 2024
b9da418
Merge branch 'hyperlane-xyz:main' into main
guy93354 Oct 10, 2024
8d57eaa
Merge branch 'hyperlane-xyz:main' into main
guy93354 Oct 11, 2024
c1148b6
feat: add Zora Testnet
guy93354 Oct 11, 2024
57ec041
Create great-plums-hug.md
guy93354 Oct 11, 2024
531fb0c
Merge branch 'hyperlane-xyz:main' into main
guy93354 Oct 12, 2024
91575f9
feat: add Canto mainnet
guy93354 Oct 12, 2024
f0e5c91
Update great-plums-hug.md
guy93354 Oct 12, 2024
7e97a2d
Delete chains/canto/logo.svg
guy93354 Oct 12, 2024
28dfbe7
Update great-plums-hug.md
guy93354 Oct 12, 2024
65c174c
Delete chains/canto/addresses.yaml
guy93354 Oct 12, 2024
dfff792
Delete chains/canto/metadata.yaml
guy93354 Oct 12, 2024
05616ff
feat: add Canto Mainnet
guy93354 Oct 12, 2024
bca65e4
Merge pull request #1 from guy93354/guy93354-patch-1
guy93354 Oct 12, 2024
6cfffaa
Update great-plums-hug.md
guy93354 Oct 12, 2024
b421943
Merge branch 'main' into main
xeno097 Oct 15, 2024
2ff0896
Add files via upload
guy93354 Oct 16, 2024
9717b81
Merge branch 'hyperlane-xyz:main' into main
guy93354 Oct 17, 2024
315ecd1
Merge branch 'hyperlane-xyz:main' into main
guy93354 Oct 23, 2024
872d903
Merge branch 'hyperlane-xyz:main' into main
guy93354 Oct 26, 2024
9cfb6aa
feat: add Moonriver, Metal L2 Testnet
guy93354 Oct 26, 2024
81edbb6
Create stupid-squids-perform.md
guy93354 Oct 26, 2024
42a4a1a
Update metadata.yaml
guy93354 Oct 28, 2024
af642d9
Update metadata.yaml
guy93354 Oct 28, 2024
001113a
Merge branch 'main' into newest
xeno097 Nov 11, 2024
db0a9e6
Add files via upload
guy93354 Nov 12, 2024
714a8df
Add files via upload
guy93354 Nov 12, 2024
e5a7846
Merge branch 'main' into newest
xeno097 Nov 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/stupid-squids-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperlane-xyz/registry": minor
---

feat: add Moonriver, Metal L2 Testnet
14 changes: 14 additions & 0 deletions chains/metall2testnet/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
domainRoutingIsmFactory: "0xA318540392ec7d0809B73B6D2065A50D7C62675B"
interchainAccountIsm: "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86"
interchainAccountRouter: "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c"
mailbox: "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561"
merkleTreeHook: "0xE48C7ba1b546492504d2688FC4d4232581237E45"
proxyAdmin: "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e"
staticAggregationHookFactory: "0xA495667379d0ce69cC2a666f0b56881513B5c0E1"
staticAggregationIsmFactory: "0xd590bF89eA207fb4F66146648B7C7891C9c461F2"
staticMerkleRootMultisigIsmFactory: "0xB870144D19C84961Ce0d70d71b5831a7d83ec941"
staticMerkleRootWeightedMultisigIsmFactory: "0x85adfc370734dd8CDA228B19fA79DC304aA67890"
staticMessageIdMultisigIsmFactory: "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0"
staticMessageIdWeightedMultisigIsmFactory: "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253"
testRecipient: "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4"
validatorAnnounce: "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
1 change: 1 addition & 0 deletions chains/metall2testnet/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/metall2testnet/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://testnet.explorer.metall2.com/api
family: blockscout
name: Metal L2 Testnet Explorer
url: https://testnet.explorer.metall2.com/
guy93354 marked this conversation as resolved.
Show resolved Hide resolved
chainId: 1740
deployer:
name: guy93354
url: https://github.com/guy93354
displayName: Metal L2 Testnet
domainId: 1740
isTestnet: true
name: metall2testnet
nativeToken:
decimals: 18
name: Ether
symbol: ETH
protocol: ethereum
rpcUrls:
- http: https://testnet.rpc.metall2.com/
guy93354 marked this conversation as resolved.
Show resolved Hide resolved
14 changes: 14 additions & 0 deletions chains/moonriver/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
domainRoutingIsmFactory: "0xA318540392ec7d0809B73B6D2065A50D7C62675B"
interchainAccountIsm: "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86"
interchainAccountRouter: "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c"
mailbox: "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561"
merkleTreeHook: "0xE48C7ba1b546492504d2688FC4d4232581237E45"
proxyAdmin: "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e"
staticAggregationHookFactory: "0xA495667379d0ce69cC2a666f0b56881513B5c0E1"
staticAggregationIsmFactory: "0xd590bF89eA207fb4F66146648B7C7891C9c461F2"
staticMerkleRootMultisigIsmFactory: "0xB870144D19C84961Ce0d70d71b5831a7d83ec941"
staticMerkleRootWeightedMultisigIsmFactory: "0x85adfc370734dd8CDA228B19fA79DC304aA67890"
staticMessageIdMultisigIsmFactory: "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0"
staticMessageIdWeightedMultisigIsmFactory: "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253"
testRecipient: "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4"
validatorAnnounce: "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
1 change: 1 addition & 0 deletions chains/moonriver/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions chains/moonriver/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://api-moonriver.moonscan.io/api
family: etherscan
name: Moonriver Chain Explorer
url: https://moonriver.moonscan.io/
guy93354 marked this conversation as resolved.
Show resolved Hide resolved
chainId: 1285
deployer:
name: guy93354
url: https://github.com/guy93354
displayName: Moonriver
domainId: 1285
isTestnet: false
name: moonriver
nativeToken:
decimals: 18
name: Moonriver
symbol: MOVR
protocol: ethereum
rpcUrls:
- http: https://moonriver.public.blastapi.io
- http: https://moonriver-rpc.dwellir.com
- http: https://moonriver.api.onfinality.io/public
- http: https://moonriver.unitedbloc.com:2000
- http: https://rpc.api.moonriver.moonbeam.network
- http: https://moonriver.drpc.org