Skip to content

Commit f890933

Browse files
authored
chore(pricefeed) Add coredao testnet (#2199)
1 parent 2275a84 commit f890933

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -815,16 +815,11 @@
815815
rpcUrl: https://rpc.soniclabs.com
816816
networkId: 146
817817
type: EvmChain
818-
# - id: bittensor
819-
# mainnet: true
820-
# rpcUrl: https://entrypoint-finney.opentensor.ai:443
821-
# networkId: 945
822-
# type: EvmChain
823-
# - id: bittensor_testnet
824-
# mainnet: false
825-
# rpcUrl: https://test.finney.opentensor.ai:443
826-
# networkId: 945
827-
# type: EvmChain
818+
- id: bittensor_testnet
819+
mainnet: false
820+
rpcUrl: https://test.finney.opentensor.ai:443
821+
networkId: 945
822+
type: EvmChain
828823
- id: threat_level_midnight
829824
mainnet: true
830825
rpcUrl: $ENV_THREAT_LEVEL_MIDNIGHT_RPC_URL
@@ -850,3 +845,8 @@
850845
rpcUrl: https://devnet1.monad.xyz/rpc/X67JTUmM4cBeq25KAqV0uJd8Wf00a1ul
851846
networkId: 41454
852847
type: EvmChain
848+
- id: coredao_testnet_v2
849+
mainnet: false
850+
rpcUrl: https://rpc.test2.btcs.network
851+
networkId: 1114
852+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,3 +469,6 @@
469469
- chain: monad_devnet
470470
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
471471
type: EvmPriceFeedContract
472+
- chain: coredao_testnet_v2
473+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
474+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,3 +463,6 @@
463463
- chain: monad_devnet
464464
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
465465
type: EvmWormholeContract
466+
- chain: coredao_testnet_v2
467+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
468+
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
@@ -222,6 +222,7 @@ export const RECEIVER_CHAINS = {
222222
movement_bardock_testnet: 50112,
223223
story_testnet: 50113,
224224
coredao_testnet_v2: 50114,
225+
bittensor_testnet: 50115,
225226
monad_devnet: 50116,
226227
};
227228

target_chains/ethereum/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-js",
3-
"version": "1.81.0",
3+
"version": "1.82.0",
44
"description": "Pyth Network EVM Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {

target_chains/ethereum/sdk/js/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
9696
chiliz_testnet: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
9797
conflux_espace_testnet: "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
9898
core_dao_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
99+
coredao_testnet_v2: "0x2880aB155794e7179c9eE2e38200202908C17B43",
99100
cronos_testnet: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
100101
cronos_zkevm_testnet: "0xB1DB1498902F08E16E11F1a423ec9CCB9537E1D6",
101102
dela_deperp_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",

0 commit comments

Comments
 (0)