Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
rpcUrl: https://homer.storyrpc.io
networkId: 1514
type: EvmChain
- id: hyperEVM
- id: hyperevm
mainnet: true
rpcUrl: https://rpc.hyperliquid.xyz/evm
networkId: 999
Expand Down
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmEntropyContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,6 @@
- chain: berachain_mainnet
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
type: EvmEntropyContract
- chain: hyperevm
address: "0xfA25E653b44586dBbe27eE9d252192F0e4956683"
type: EvmEntropyContract
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
- chain: bittensor_testnet
address: "0x41955476936DdA8d0fA98b8d1778172F7E4fCcA1"
type: EvmPriceFeedContract
- chain: hyperEVM
- chain: hyperevm
address: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
type: EvmPriceFeedContract
- chain: bittensor_mainnet
Expand Down
2 changes: 1 addition & 1 deletion contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
- chain: bittensor_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: hyperEVM
- chain: hyperevm
address: "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
type: EvmWormholeContract
- chain: bittensor_mainnet
Expand Down
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const RECEIVER_CHAINS = {
berachain_mainnet: 60076,
movement_mainnet: 60077,
story_mainnet: 60078,
hyperEVM: 60079,
hyperevm: 60079,
bittensor_mainnet: 60080,

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