chore(target_chains/ethereum): add manta_sepolia (#1359)
* chore(target_chains/ethereum): add manta_sepolia * bumped up sdk version
This commit is contained in:
parent
f14dd35d1a
commit
4534741d6e
|
@ -308,6 +308,11 @@
|
||||||
rpcUrl: https://pacific-rpc.testnet.manta.network/http
|
rpcUrl: https://pacific-rpc.testnet.manta.network/http
|
||||||
networkId: 3441005
|
networkId: 3441005
|
||||||
type: EvmChain
|
type: EvmChain
|
||||||
|
- id: manta_sepolia
|
||||||
|
mainnet: false
|
||||||
|
rpcUrl: https://manta-sepolia.rpc.caldera.xyz/http
|
||||||
|
networkId: 3441006
|
||||||
|
type: EvmChain
|
||||||
- id: optimism_sepolia
|
- id: optimism_sepolia
|
||||||
mainnet: false
|
mainnet: false
|
||||||
rpcUrl: https://sepolia.optimism.io
|
rpcUrl: https://sepolia.optimism.io
|
||||||
|
|
|
@ -295,3 +295,6 @@
|
||||||
- chain: merlin
|
- chain: merlin
|
||||||
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
|
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
|
||||||
type: EvmPriceFeedContract
|
type: EvmPriceFeedContract
|
||||||
|
- chain: manta_sepolia
|
||||||
|
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
|
||||||
|
type: EvmPriceFeedContract
|
||||||
|
|
|
@ -130,6 +130,7 @@ export const RECEIVER_CHAINS = {
|
||||||
idex_xchain_testnet: 50055,
|
idex_xchain_testnet: 50055,
|
||||||
berachain_testnet: 50056,
|
berachain_testnet: 50056,
|
||||||
merlin_testnet: 50057,
|
merlin_testnet: 50057,
|
||||||
|
manta_sepolia: 50058,
|
||||||
};
|
};
|
||||||
|
|
||||||
// If there is any overlapping value the receiver chain will replace the wormhole
|
// If there is any overlapping value the receiver chain will replace the wormhole
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@pythnetwork/pyth-evm-js",
|
"name": "@pythnetwork/pyth-evm-js",
|
||||||
"version": "1.35.0",
|
"version": "1.36.0",
|
||||||
"description": "Pyth Network EVM Utils in JS",
|
"description": "Pyth Network EVM Utils in JS",
|
||||||
"homepage": "https://pyth.network",
|
"homepage": "https://pyth.network",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -87,6 +87,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
|
||||||
lightlink_pegasus_testnet: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167",
|
lightlink_pegasus_testnet: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167",
|
||||||
linea_goerli: "0xdF21D137Aadc95588205586636710ca2890538d5",
|
linea_goerli: "0xdF21D137Aadc95588205586636710ca2890538d5",
|
||||||
manta_testnet: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
|
manta_testnet: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
|
||||||
|
manta_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
mantle_sepolia: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
|
mantle_sepolia: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
|
||||||
merlin_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
merlin_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
meter_testnet: "0x5a71C07a0588074443545eE0c08fb0375564c3E4",
|
meter_testnet: "0x5a71C07a0588074443545eE0c08fb0375564c3E4",
|
||||||
|
|
Loading…
Reference in New Issue