Skip to content

Commit 1d8f91e

Browse files
authored
chore(pricefeed) Deploy bittensor (#2402)
1 parent 4bd2ada commit 1d8f91e

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
@@ -869,3 +869,8 @@
869869
rpcUrl: https://rpc.hyperliquid.xyz/evm
870870
networkId: 999
871871
type: EvmChain
872+
- id: bittensor_mainnet
873+
mainnet: true
874+
rpcUrl: https://bittensor-finney.api.onfinality.io/public
875+
networkId: 964
876+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,6 @@
487487
- chain: hyperEVM
488488
address: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
489489
type: EvmPriceFeedContract
490+
- chain: bittensor_mainnet
491+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
492+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,3 +481,6 @@
481481
- chain: hyperEVM
482482
address: "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
483483
type: EvmWormholeContract
484+
- chain: bittensor_mainnet
485+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
486+
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
@@ -107,6 +107,7 @@ export const RECEIVER_CHAINS = {
107107
movement_mainnet: 60077,
108108
story_mainnet: 60078,
109109
hyperEVM: 60079,
110+
bittensor_mainnet: 60080,
110111

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

0 commit comments

Comments
 (0)