@@ -869,3 +869,8 @@
rpcUrl: https://rpc.hyperliquid.xyz/evm
networkId: 999
type: EvmChain
+- id: bittensor_mainnet
+ mainnet: true
+ rpcUrl: https://bittensor-finney.api.onfinality.io/public
+ networkId: 964
+ type: EvmChain
@@ -487,3 +487,6 @@
- chain: hyperEVM
address: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
type: EvmPriceFeedContract
+- chain: bittensor_mainnet
+ address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
+ type: EvmPriceFeedContract
@@ -481,3 +481,6 @@
address: "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
type: EvmWormholeContract
+ address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
+ type: EvmWormholeContract
@@ -107,6 +107,7 @@ export const RECEIVER_CHAINS = {
movement_mainnet: 60077,
story_mainnet: 60078,
hyperEVM: 60079,
+ bittensor_mainnet: 60080,
// Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013,