Skip to content

Commit

Permalink
chore(target_chains/ethereum): add manta_sepolia (#1359)
Browse files Browse the repository at this point in the history
* chore(target_chains/ethereum): add manta_sepolia

* bumped up sdk version
  • Loading branch information
aditya520 authored Mar 14, 2024
1 parent f14dd35 commit 4534741
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@
rpcUrl: https://pacific-rpc.testnet.manta.network/http
networkId: 3441005
type: EvmChain
- id: manta_sepolia
mainnet: false
rpcUrl: https://manta-sepolia.rpc.caldera.xyz/http
networkId: 3441006
type: EvmChain
- id: optimism_sepolia
mainnet: false
rpcUrl: https://sepolia.optimism.io
Expand Down
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,6 @@
- chain: merlin
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmPriceFeedContract
- chain: manta_sepolia
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmPriceFeedContract
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export const RECEIVER_CHAINS = {
idex_xchain_testnet: 50055,
berachain_testnet: 50056,
merlin_testnet: 50057,
manta_sepolia: 50058,
};

// If there is any overlapping value the receiver chain will replace the wormhole
Expand Down
2 changes: 1 addition & 1 deletion target_chains/ethereum/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-evm-js",
"version": "1.35.0",
"version": "1.36.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
1 change: 1 addition & 0 deletions target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
lightlink_pegasus_testnet: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167",
linea_goerli: "0xdF21D137Aadc95588205586636710ca2890538d5",
manta_testnet: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
manta_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
mantle_sepolia: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
merlin_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
meter_testnet: "0x5a71C07a0588074443545eE0c08fb0375564c3E4",
Expand Down

0 comments on commit 4534741

Please sign in to comment.