Skip to content

Commit

Permalink
(chore) delpoy new chain (#1966)
Browse files Browse the repository at this point in the history
* update

* new chains
  • Loading branch information
aditya520 authored Sep 26, 2024
1 parent 3bb51e4 commit 4f983ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ export const RECEIVER_CHAINS = {
flow_testnet: 50094,
apechain_testnet: 50095,
soneium_minato_testnet: 50096,
nighthawk: 50097,
blackbird: 50099,
};

// 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.68.0",
"version": "1.69.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
berachain_testnet_v2: "0x2880aB155794e7179c9eE2e38200202908C17B43",
blackbird: "0x2880aB155794e7179c9eE2e38200202908C17B43",
blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
boba_goerli: "0x8D254a21b3C86D32F7179855531CE99164721933",
boba_sepolia: "0x8D254a21b3C86D32F7179855531CE99164721933",
Expand Down Expand Up @@ -123,6 +124,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
movement_evm_devnet_imola: "0x2880aB155794e7179c9eE2e38200202908C17B43",
mumbai: "0xFC6bd9F9f0c6481c6Af3A7Eb46b296A5B85ed379",
neon_devnet: "0x0708325268dF9F66270F1401206434524814508b",
nighthawk: "0x2880aB155794e7179c9eE2e38200202908C17B43",
olive_testnet: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
opbnb_testnet: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
optimism_celestia_raspberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
Expand Down

0 comments on commit 4f983ee

Please sign in to comment.