Skip to content

chore(deployments) Story Testnet #2450

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

Merged
merged 1 commit into from
Mar 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,8 @@
type: EvmChain
- id: story_testnet
mainnet: false
rpcUrl: https://rpc.odyssey.storyrpc.io/
networkId: 1516
rpcUrl: https://aeneid.storyrpc.io
networkId: 1315
type: EvmChain
- id: eventum_mainnet
mainnet: true
Expand Down Expand Up @@ -859,7 +859,7 @@
networkId: 80094
rpcUrl: https://fluent-thrilling-scion.furtim-network.quiknode.pro/$ENV_RABECHAIN_API_KEY
type: EvmChain
- id: story_mainnet
- id: story
mainnet: true
rpcUrl: https://homer.storyrpc.io
networkId: 1514
Expand Down
5 changes: 4 additions & 1 deletion contract_manager/store/contracts/EvmEntropyContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@
- chain: hyperevm
address: "0xfA25E653b44586dBbe27eE9d252192F0e4956683"
type: EvmEntropyContract
- chain: story_mainnet
- chain: story
address: "0xdF21D137Aadc95588205586636710ca2890538d5"
type: EvmEntropyContract
- chain: story_testnet
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
type: EvmEntropyContract
8 changes: 4 additions & 4 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,6 @@
- chain: soneium
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: story_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: kraken_ink_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
Expand All @@ -478,7 +475,7 @@
- chain: berachain_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: story_mainnet
- chain: story
address: "0xD458261E832415CFd3BAE5E416FdF3230ce6F134"
type: EvmPriceFeedContract
- chain: bittensor_testnet
Expand All @@ -490,3 +487,6 @@
- chain: bittensor_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: story_testnet
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
type: EvmPriceFeedContract
8 changes: 4 additions & 4 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,6 @@
- chain: soneium
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: story_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: kraken_ink_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
Expand All @@ -472,7 +469,7 @@
- chain: berachain_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: story_mainnet
- chain: story
address: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c"
type: EvmWormholeContract
- chain: bittensor_testnet
Expand All @@ -484,3 +481,6 @@
- chain: bittensor_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: story_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const RECEIVER_CHAINS = {
kraken_ink_mainnet: 60075,
berachain_mainnet: 60076,
movement_mainnet: 60077,
story_mainnet: 60078,
story: 60078,
hyperevm: 60079,
bittensor_mainnet: 60080,

Expand Down
Loading