Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JunayedMh authored Oct 30, 2024
2 parents dce5366 + d6aaeae commit 53ba550
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-frogs-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

feat: add Story Odyssey testnet
14 changes: 14 additions & 0 deletions chains/storyodysseytestnet/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
domainRoutingIsmFactory: "0x2f3cD0D41E00FcCfA9047F452CD73ae63d40F7a5"
interchainAccountIsm: "0x40B1A85c1Dc1E668F93b049fa8A94064e5ed3fbE"
interchainAccountRouter: "0x81Dfa4Fd58F4934a230bad61917aF76Dc45C74a6"
mailbox: "0x4536d5C98E857C9f7c626539DC9e2Cef699d3886"
merkleTreeHook: "0xc0F32e840d42B2379c24AF2bCE2055FEF83B569b"
proxyAdmin: "0x0c20F5ff23cD75D79C0Dabfae731b4c75E82EcFa"
staticAggregationHookFactory: "0x64d8B9C825C6D0f4E5BC020e36c9Ae147fA6F781"
staticAggregationIsmFactory: "0x1090d6bf1D16f04C5d0E1ABA2D13665AA62558cD"
staticMerkleRootMultisigIsmFactory: "0x1edA38288A33f55319B989842CBe75c118aD4a50"
staticMerkleRootWeightedMultisigIsmFactory: "0x5Eac7B5659B395b4E5486A435636A4bfC5F9E58C"
staticMessageIdMultisigIsmFactory: "0x52a80a3c363Cf6914737Ba90857054719572ce0d"
staticMessageIdWeightedMultisigIsmFactory: "0xeC35AC60d99CFA8719d97154a41B6CB471de02F8"
testRecipient: "0x0e344E0a7c87F8F920831E6f09ba460cD0274B9d"
validatorAnnounce: "0xDdf5FBC84830d3aD49082CEB66631D27986A881b"
1 change: 1 addition & 0 deletions chains/storyodysseytestnet/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/storyodysseytestnet/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://odyssey-testnet-explorer.storyscan.xyz/api
family: blockscout
name: StoryScan
url: https://odyssey-testnet-explorer.storyscan.xyz
blocks:
confirmations: 1
estimateBlockTime: 3
reorgPeriod: 0
chainId: 1516
deployer:
name: hoanm
url: https://github.com/hoanm
displayName: Story Odyssey Testnet
domainId: 1516
isTestnet: true
name: storyodysseytestnet
nativeToken:
decimals: 18
name: IP
symbol: IP
protocol: ethereum
rpcUrls:
- http: https://odyssey.storyrpc.io
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
euphoriatestnet:
native: "0x17Ba7b7D6110DE065C10321D64cdfbAFAb6De255"
storyodysseytestnet:
synthetic: "0xE8855CE4d715fA8622B9d1c45214661f99D05D75"
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x17Ba7b7D6110DE065C10321D64cdfbAFAb6De255"
chainName: euphoriatestnet
connections:
- token: ethereum|storyodysseytestnet|0xE8855CE4d715fA8622B9d1c45214661f99D05D75
decimals: 18
name: Euphoria Aura
standard: EvmHypNative
symbol: EAURA
- addressOrDenom: "0xE8855CE4d715fA8622B9d1c45214661f99D05D75"
chainName: storyodysseytestnet
connections:
- token: ethereum|euphoriatestnet|0x17Ba7b7D6110DE065C10321D64cdfbAFAb6De255
decimals: 18
name: Euphoria Aura
standard: EvmHypSynthetic
symbol: EAURA

0 comments on commit 53ba550

Please sign in to comment.