Skip to content

Commit

Permalink
chore(pricefeed) Deploy bittensor (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Feb 20, 2025
1 parent 4bd2ada commit 1d8f91e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,3 +487,6 @@
- chain: hyperEVM
address: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
type: EvmPriceFeedContract
- chain: bittensor_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,3 +481,6 @@
- chain: hyperEVM
address: "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
type: EvmWormholeContract
- chain: bittensor_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1d8f91e

Please sign in to comment.