Skip to content

Commit d781c66

Browse files
authored
chore(pricefeeds) Deploy hyper EVM (#2400)
* update * update
1 parent 8c551eb commit d781c66

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
@@ -864,3 +864,8 @@
864864
rpcUrl: https://homer.storyrpc.io
865865
networkId: 1514
866866
type: EvmChain
867+
- id: hyperEVM
868+
mainnet: true
869+
rpcUrl: https://rpc.hyperliquid.xyz/evm
870+
networkId: 999
871+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,3 +484,6 @@
484484
- chain: bittensor_testnet
485485
address: "0x41955476936DdA8d0fA98b8d1778172F7E4fCcA1"
486486
type: EvmPriceFeedContract
487+
- chain: hyperEVM
488+
address: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
489+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,3 +478,6 @@
478478
- chain: bittensor_testnet
479479
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
480480
type: EvmWormholeContract
481+
- chain: hyperEVM
482+
address: "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
483+
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
@@ -109,6 +109,7 @@ export const RECEIVER_CHAINS = {
109109
berachain_mainnet: 60076,
110110
movement_mainnet: 60077,
111111
story_mainnet: 60078,
112+
hyperEVM: 60079,
112113

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

0 commit comments

Comments
 (0)