Преглед на файлове

chore(pricefeed) Add coredao testnet (#2199)

Aditya Arora преди 11 месеца
родител
ревизия
f8909330ea

+ 10 - 10
contract_manager/store/chains/EvmChains.yaml

@@ -815,16 +815,11 @@
   rpcUrl: https://rpc.soniclabs.com
   networkId: 146
   type: EvmChain
-# - id: bittensor
-#   mainnet: true
-#   rpcUrl: https://entrypoint-finney.opentensor.ai:443
-#   networkId: 945
-#   type: EvmChain
-# - id: bittensor_testnet
-#   mainnet: false
-#   rpcUrl: https://test.finney.opentensor.ai:443
-#   networkId: 945
-#   type: EvmChain
+- id: bittensor_testnet
+  mainnet: false
+  rpcUrl: https://test.finney.opentensor.ai:443
+  networkId: 945
+  type: EvmChain
 - id: threat_level_midnight
   mainnet: true
   rpcUrl: $ENV_THREAT_LEVEL_MIDNIGHT_RPC_URL
@@ -850,3 +845,8 @@
   rpcUrl: https://devnet1.monad.xyz/rpc/X67JTUmM4cBeq25KAqV0uJd8Wf00a1ul
   networkId: 41454
   type: EvmChain
+- id: coredao_testnet_v2
+  mainnet: false
+  rpcUrl: https://rpc.test2.btcs.network
+  networkId: 1114
+  type: EvmChain

+ 3 - 0
contract_manager/store/contracts/EvmPriceFeedContracts.yaml

@@ -469,3 +469,6 @@
 - chain: monad_devnet
   address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
   type: EvmPriceFeedContract
+- chain: coredao_testnet_v2
+  address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
+  type: EvmPriceFeedContract

+ 3 - 0
contract_manager/store/contracts/EvmWormholeContracts.yaml

@@ -463,3 +463,6 @@
 - chain: monad_devnet
   address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
   type: EvmWormholeContract
+- chain: coredao_testnet_v2
+  address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
+  type: EvmWormholeContract

+ 1 - 0
governance/xc_admin/packages/xc_admin_common/src/chains.ts

@@ -222,6 +222,7 @@ export const RECEIVER_CHAINS = {
   movement_bardock_testnet: 50112,
   story_testnet: 50113,
   coredao_testnet_v2: 50114,
+  bittensor_testnet: 50115,
   monad_devnet: 50116,
 };
 

+ 1 - 1
target_chains/ethereum/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-evm-js",
-  "version": "1.81.0",
+  "version": "1.82.0",
   "description": "Pyth Network EVM Utils in JS",
   "homepage": "https://pyth.network",
   "author": {

+ 1 - 0
target_chains/ethereum/sdk/js/src/index.ts

@@ -96,6 +96,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
   chiliz_testnet: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
   conflux_espace_testnet: "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
   core_dao_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
+  coredao_testnet_v2: "0x2880aB155794e7179c9eE2e38200202908C17B43",
   cronos_testnet: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
   cronos_zkevm_testnet: "0xB1DB1498902F08E16E11F1a423ec9CCB9537E1D6",
   dela_deperp_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",