Skip to content

Commit 62a58c2

Browse files
committed
fix(contract-manager) Rename sonic test
1 parent 6077910 commit 62a58c2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@
804804
rpcUrl: https://testnet-rpc.eh-dev.app
805805
networkId: 16182
806806
type: EvmChain
807-
- id: fantom_sonic_devnet
807+
- id: sonic_blaze_testnet
808808
mainnet: false
809809
rpcUrl: https://rpc.blaze.soniclabs.com
810810
networkId: 57054

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
- chain: happy_bird_song_ends_with_tio
125125
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
126126
type: EvmEntropyContract
127-
- chain: fantom_sonic_devnet
127+
- chain: sonic_blaze_testnet
128128
address: "0xEbe57e8045F2F230872523bbff7374986E45C486"
129129
type: EvmEntropyContract
130130
- chain: unichain_sepolia

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
- chain: eventum_testnet
446446
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
447447
type: EvmPriceFeedContract
448-
- chain: fantom_sonic_devnet
448+
- chain: sonic_blaze_testnet
449449
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
450450
type: EvmPriceFeedContract
451451
- chain: happy_bird_song_ends_with_tio

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
- chain: eventum_testnet
440440
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
441441
type: EvmWormholeContract
442-
- chain: fantom_sonic_devnet
442+
- chain: sonic_blaze_testnet
443443
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
444444
type: EvmWormholeContract
445445
- chain: happy_bird_song_ends_with_tio

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export const RECEIVER_CHAINS = {
225225
happy_bird_song_ends_with_tio: 50108,
226226
hyperevm_testnet: 50109,
227227
eventum_testnet: 50110,
228-
fantom_sonic_devnet: 50111,
228+
sonic_blaze_testnet: 50111,
229229
movement_bardock_testnet: 50112,
230230
story_testnet: 50113,
231231
coredao_testnet_v2: 50114,

target_chains/ethereum/sdk/js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pyth EVM JS (DEPRECATED)
22

3-
> [!WARNING]
3+
> [!WARNING]
44
> **DEPRECATION NOTICE:** This package is deprecated and no longer maintained. Please use [hermes-client](https://github.com/pyth-network/pyth-crosschain/tree/main/apps/hermes/client/js) instead.
55
66
[Pyth](https://pyth.network/) provides real-time pricing data in a variety of asset classes, including cryptocurrency,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
106106
eos_testnet: "0x0708325268dF9F66270F1401206434524814508b",
107107
eventum_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
108108
evmos_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
109-
fantom_sonic_devnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
109+
sonic_blaze_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
110110
fantom_sonic_testnet: "0x96124d1F6E44FfDf1fb5D6d74BB2DE1B7Fbe7376",
111111
fantom_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
112112
filecoin_calibration: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",

0 commit comments

Comments
 (0)