Skip to content

Commit dfd19e1

Browse files
authored
chore(deployments) Story Testnet (#2450)
1 parent 8986100 commit dfd19e1

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,8 @@
826826
type: EvmChain
827827
- id: story_testnet
828828
mainnet: false
829-
rpcUrl: https://rpc.odyssey.storyrpc.io/
830-
networkId: 1516
829+
rpcUrl: https://aeneid.storyrpc.io
830+
networkId: 1315
831831
type: EvmChain
832832
- id: eventum_mainnet
833833
mainnet: true
@@ -859,7 +859,7 @@
859859
networkId: 80094
860860
rpcUrl: https://fluent-thrilling-scion.furtim-network.quiknode.pro/$ENV_RABECHAIN_API_KEY
861861
type: EvmChain
862-
- id: story_mainnet
862+
- id: story
863863
mainnet: true
864864
rpcUrl: https://homer.storyrpc.io
865865
networkId: 1514

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@
148148
- chain: hyperevm
149149
address: "0xfA25E653b44586dBbe27eE9d252192F0e4956683"
150150
type: EvmEntropyContract
151-
- chain: story_mainnet
151+
- chain: story
152152
address: "0xdF21D137Aadc95588205586636710ca2890538d5"
153153
type: EvmEntropyContract
154+
- chain: story_testnet
155+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
156+
type: EvmEntropyContract

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,6 @@
460460
- chain: soneium
461461
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
462462
type: EvmPriceFeedContract
463-
- chain: story_testnet
464-
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
465-
type: EvmPriceFeedContract
466463
- chain: kraken_ink_mainnet
467464
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
468465
type: EvmPriceFeedContract
@@ -478,7 +475,7 @@
478475
- chain: berachain_mainnet
479476
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
480477
type: EvmPriceFeedContract
481-
- chain: story_mainnet
478+
- chain: story
482479
address: "0xD458261E832415CFd3BAE5E416FdF3230ce6F134"
483480
type: EvmPriceFeedContract
484481
- chain: bittensor_testnet
@@ -490,3 +487,6 @@
490487
- chain: bittensor_mainnet
491488
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
492489
type: EvmPriceFeedContract
490+
- chain: story_testnet
491+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
492+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,6 @@
454454
- chain: soneium
455455
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
456456
type: EvmWormholeContract
457-
- chain: story_testnet
458-
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
459-
type: EvmWormholeContract
460457
- chain: kraken_ink_mainnet
461458
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
462459
type: EvmWormholeContract
@@ -472,7 +469,7 @@
472469
- chain: berachain_mainnet
473470
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
474471
type: EvmWormholeContract
475-
- chain: story_mainnet
472+
- chain: story
476473
address: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c"
477474
type: EvmWormholeContract
478475
- chain: bittensor_testnet
@@ -484,3 +481,6 @@
484481
- chain: bittensor_mainnet
485482
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
486483
type: EvmWormholeContract
484+
- chain: story_testnet
485+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
486+
type: EvmWormholeContract

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const RECEIVER_CHAINS = {
105105
kraken_ink_mainnet: 60075,
106106
berachain_mainnet: 60076,
107107
movement_mainnet: 60077,
108-
story_mainnet: 60078,
108+
story: 60078,
109109
hyperevm: 60079,
110110
bittensor_mainnet: 60080,
111111

0 commit comments

Comments
 (0)