Skip to content

Commit 9f530fd

Browse files
committed
chore(pricefeed) Add Story mainnet
1 parent b895fb4 commit 9f530fd

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,3 +860,8 @@
860860
networkId: 80094
861861
rpcUrl: https://fluent-thrilling-scion.furtim-network.quiknode.pro/$ENV_RABECHAIN_API_KEY
862862
type: EvmChain
863+
- id: story_mainnet
864+
mainnet: true
865+
rpcUrl: https://homer.storyrpc.io
866+
networkId: 1514
867+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,3 +478,6 @@
478478
- chain: rabechain_mainnet
479479
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
480480
type: EvmPriceFeedContract
481+
- chain: story_mainnet
482+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
483+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,3 +472,6 @@
472472
- chain: rabechain_mainnet
473473
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
474474
type: EvmWormholeContract
475+
- chain: story_mainnet
476+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
477+
type: EvmWormholeContract

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const RECEIVER_CHAINS = {
104104
threat_level_midnight: 60074,
105105
just_breathe: 60075,
106106
rabechain_mainnet: 60076,
107+
story_mainnet: 60077,
107108

108109
// Testnets as a separate chain ids (to use stable data sources and governance for them)
109110
injective_testnet: 60013,

0 commit comments

Comments
 (0)