Skip to content

Commit 3646e91

Browse files
authored
chore(entropy) Deploy Hyperevm (#2441)
* chore(entropy) Deploy Hyperevm * renamed the chain
1 parent 3efd3f5 commit 3646e91

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@
864864
rpcUrl: https://homer.storyrpc.io
865865
networkId: 1514
866866
type: EvmChain
867-
- id: hyperEVM
867+
- id: hyperevm
868868
mainnet: true
869869
rpcUrl: https://rpc.hyperliquid.xyz/evm
870870
networkId: 999

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,6 @@
145145
- chain: berachain_mainnet
146146
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
147147
type: EvmEntropyContract
148+
- chain: hyperevm
149+
address: "0xfA25E653b44586dBbe27eE9d252192F0e4956683"
150+
type: EvmEntropyContract

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
- chain: bittensor_testnet
485485
address: "0x41955476936DdA8d0fA98b8d1778172F7E4fCcA1"
486486
type: EvmPriceFeedContract
487-
- chain: hyperEVM
487+
- chain: hyperevm
488488
address: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
489489
type: EvmPriceFeedContract
490490
- chain: bittensor_mainnet

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
- chain: bittensor_testnet
479479
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
480480
type: EvmWormholeContract
481-
- chain: hyperEVM
481+
- chain: hyperevm
482482
address: "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
483483
type: EvmWormholeContract
484484
- chain: bittensor_mainnet

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const RECEIVER_CHAINS = {
106106
berachain_mainnet: 60076,
107107
movement_mainnet: 60077,
108108
story_mainnet: 60078,
109-
hyperEVM: 60079,
109+
hyperevm: 60079,
110110
bittensor_mainnet: 60080,
111111

112112
// Testnets as a separate chain ids (to use stable data sources and governance for them)

0 commit comments

Comments
 (0)