Skip to content

Commit

Permalink
chore-add-evm-linea-sepolia (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Apr 2, 2024
1 parent 866b6a5 commit c2fde0f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
rpcUrl: https://linea-goerli.blastapi.io/$ENV_BLAST_API_KEY
networkId: 59140
type: EvmChain
- id: linea_sepolia
mainnet: false
rpcUrl: https://rpc.sepolia.linea.build
networkId: 59141
type: EvmChain
- id: kava
mainnet: true
rpcUrl: https://kava-evm.publicnode.com
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 @@ -316,3 +316,6 @@
- chain: parallel
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmPriceFeedContract
- chain: linea_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 @@ -137,6 +137,7 @@ export const RECEIVER_CHAINS = {
optimism_celestia_raspberry: 50061, // Gelato shared testnet
parallel_testnet: 50062,
polynomial_testnet: 50063,
linea_sepolia: 50064,
};

// If there is any overlapping value the receiver chain will replace the wormhole
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit c2fde0f

Please sign in to comment.