Skip to content

Commit b579827

Browse files
committed
chore(pricefeed) New Sonic Testnet
1 parent ba9ab4b commit b579827

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,5 +1335,19 @@
13351335
"rpcUrl": "https://rpc.plasma.to/",
13361336
"networkId": 9745,
13371337
"type": "EvmChain"
1338+
},
1339+
{
1340+
"id": "injective_evm",
1341+
"mainnet": true,
1342+
"rpcUrl": "https://sentry.evm-rpc.injective.network/",
1343+
"networkId": 1776,
1344+
"type": "EvmChain"
1345+
},
1346+
{
1347+
"id": "sonic_evm_testnet",
1348+
"mainnet": false,
1349+
"rpcUrl": "https://rpc.testnet.soniclabs.com",
1350+
"networkId": 14601,
1351+
"type": "EvmChain"
13381352
}
13391353
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,5 +878,10 @@
878878
"chain": "plasma",
879879
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
880880
"type": "EvmPriceFeedContract"
881+
},
882+
{
883+
"chain": "sonic_evm_testnet",
884+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
885+
"type": "EvmPriceFeedContract"
881886
}
882887
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,5 +888,10 @@
888888
"chain": "plasma",
889889
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
890890
"type": "EvmWormholeContract"
891+
},
892+
{
893+
"chain": "sonic_evm_testnet",
894+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
895+
"type": "EvmWormholeContract"
891896
}
892-
]
897+
]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export const RECEIVER_CHAINS = {
120120
itsnotreal: 60089, // Deprecated
121121
plasma: 60090,
122122
itsnotreal2: 60091,
123+
injective_evm: 60092,
123124

124125
// Testnets as a separate chain ids (to use stable data sources and governance for them)
125126
injective_testnet: 60013,
@@ -258,6 +259,7 @@ export const RECEIVER_CHAINS = {
258259
ethereal_testnet_v2: 50129,
259260
fluent_testnet: 50130,
260261
giwa_testnet: 50131,
262+
sonic_evm_testnet: 50132, // sonic_testnet already exist, so had to use sonic_evm_testnet
261263
};
262264

263265
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)