Skip to content

Commit c2fde0f

Browse files
authored
chore-add-evm-linea-sepolia (#1410)
1 parent 866b6a5 commit c2fde0f

File tree

6 files changed

+13
-3
lines changed

6 files changed

+13
-3
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
rpcUrl: https://linea-goerli.blastapi.io/$ENV_BLAST_API_KEY
44
networkId: 59140
55
type: EvmChain
6+
- id: linea_sepolia
7+
mainnet: false
8+
rpcUrl: https://rpc.sepolia.linea.build
9+
networkId: 59141
10+
type: EvmChain
611
- id: kava
712
mainnet: true
813
rpcUrl: https://kava-evm.publicnode.com

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,6 @@
316316
- chain: parallel
317317
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
318318
type: EvmPriceFeedContract
319+
- chain: linea_sepolia
320+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
321+
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
@@ -137,6 +137,7 @@ export const RECEIVER_CHAINS = {
137137
optimism_celestia_raspberry: 50061, // Gelato shared testnet
138138
parallel_testnet: 50062,
139139
polynomial_testnet: 50063,
140+
linea_sepolia: 50064,
140141
};
141142

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.38.0",
3+
"version": "1.39.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
@@ -88,6 +88,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
8888
kava_testnet: "0xfA25E653b44586dBbe27eE9d252192F0e4956683",
8989
lightlink_pegasus_testnet: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167",
9090
linea_goerli: "0xdF21D137Aadc95588205586636710ca2890538d5",
91+
linea_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
9192
manta_testnet: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
9293
manta_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
9394
mantle_sepolia: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",

0 commit comments

Comments
 (0)