Skip to content

Commit 87d56f7

Browse files
authored
chore(pricefeed) Add story mainnet (#2369)
1 parent ecc1a60 commit 87d56f7

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
@@ -859,3 +859,8 @@
859859
networkId: 80094
860860
rpcUrl: https://fluent-thrilling-scion.furtim-network.quiknode.pro/$ENV_RABECHAIN_API_KEY
861861
type: EvmChain
862+
- id: story_mainnet
863+
mainnet: true
864+
rpcUrl: https://homer.storyrpc.io
865+
networkId: 1514
866+
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: berachain_mainnet
479479
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
480480
type: EvmPriceFeedContract
481+
- chain: story_mainnet
482+
address: "0xD458261E832415CFd3BAE5E416FdF3230ce6F134"
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: berachain_mainnet
473473
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
474474
type: EvmWormholeContract
475+
- chain: story_mainnet
476+
address: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c"
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
@@ -108,6 +108,7 @@ export const RECEIVER_CHAINS = {
108108
just_breathe: 60075,
109109
berachain_mainnet: 60076,
110110
movement_mainnet: 60077,
111+
story_mainnet: 60078,
111112

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

0 commit comments

Comments
 (0)