Skip to content

Commit 4534741

Browse files
authored
chore(target_chains/ethereum): add manta_sepolia (#1359)
* chore(target_chains/ethereum): add manta_sepolia * bumped up sdk version
1 parent f14dd35 commit 4534741

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,11 @@
308308
rpcUrl: https://pacific-rpc.testnet.manta.network/http
309309
networkId: 3441005
310310
type: EvmChain
311+
- id: manta_sepolia
312+
mainnet: false
313+
rpcUrl: https://manta-sepolia.rpc.caldera.xyz/http
314+
networkId: 3441006
315+
type: EvmChain
311316
- id: optimism_sepolia
312317
mainnet: false
313318
rpcUrl: https://sepolia.optimism.io

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,6 @@
295295
- chain: merlin
296296
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
297297
type: EvmPriceFeedContract
298+
- chain: manta_sepolia
299+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
300+
type: EvmPriceFeedContract

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export const RECEIVER_CHAINS = {
130130
idex_xchain_testnet: 50055,
131131
berachain_testnet: 50056,
132132
merlin_testnet: 50057,
133+
manta_sepolia: 50058,
133134
};
134135

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

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.35.0",
3+
"version": "1.36.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
@@ -87,6 +87,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
8787
lightlink_pegasus_testnet: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167",
8888
linea_goerli: "0xdF21D137Aadc95588205586636710ca2890538d5",
8989
manta_testnet: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
90+
manta_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
9091
mantle_sepolia: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
9192
merlin_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
9293
meter_testnet: "0x5a71C07a0588074443545eE0c08fb0375564c3E4",

0 commit comments

Comments
 (0)