Skip to content

Commit

Permalink
chore: add eclipsemainnet block explorer (#198)
Browse files Browse the repository at this point in the history
chore: add eclipsemainnet block explorer
- drive-by yarn build
  • Loading branch information
paulbalaji authored Sep 16, 2024
1 parent f2ed613 commit ebb3a77
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-months-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Add eclipse mainnet block explorer
12 changes: 12 additions & 0 deletions chains/addresses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,18 @@ tangle:
testRecipient: "0x2c61Cda929e4e2174cb10cd8e2724A9ceaD62E67"
timelockController: "0x0000000000000000000000000000000000000000"
validatorAnnounce: "0x062200d92dF6bB7bA89Ce4D6800110450f94784e"
tangletestnet:
domainRoutingIsmFactory: "0xfC832b345f970Ae12A41491DF87407CAa10b6524"
interchainAccountIsm: "0xd3966C40F5553a19832A363E6fEE5E654C241f07"
interchainAccountRouter: "0x31196df48eb78756C4036aA6b81e8F42b0301fAe"
mailbox: "0x87100b0E64B3baBD43F3FCB26A6edc4395e2D9df"
proxyAdmin: "0xF19B75ea28F0f97d3bd267d35F2a8D30A667967C"
staticAggregationHookFactory: "0xad4565a58B4cCfEeE1A2B3cA237Ceee79dEFA8BA"
staticAggregationIsmFactory: "0xCfC920E53DBFbe55F10B3C7577cc98A903a63D0e"
staticMerkleRootMultisigIsmFactory: "0xF1BD7FC559512D3fB19180Bfdd16D92C86A004Ee"
staticMessageIdMultisigIsmFactory: "0x45D3262cA71E31Ff18832Ab8DdA984F995CbD91d"
testRecipient: "0xE73cdFFcE97AD56723dbA6145a3cC0Dd3aeF112f"
validatorAnnounce: "0x6D35A0f235aa0fBf0163C8b5171eF6E55843849b"
viction:
aggregationHook: "0x5c7890FAf9c99dC55926F00d624D7Bc6D7ac6834"
domainRoutingIsm: "0x477145b11E1a71fEb658d96A0E27F19495121504"
Expand Down
5 changes: 5 additions & 0 deletions chains/eclipsemainnet/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://explorer.eclipse.xyz/api
family: other
name: Eclipse Explorer
url: https://explorer.eclipse.xyz/
blocks:
confirmations: 1
estimateBlockTime: 0.4
Expand Down
5 changes: 5 additions & 0 deletions chains/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,11 @@ ebi:
- http: https://rpc.ebi.xyz
technicalStack: arbitrumnitro
eclipsemainnet:
blockExplorers:
- apiUrl: https://explorer.eclipse.xyz/api
family: other
name: Eclipse Explorer
url: https://explorer.eclipse.xyz/
blocks:
confirmations: 1
estimateBlockTime: 0.4
Expand Down

0 comments on commit ebb3a77

Please sign in to comment.