Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 committed Sep 25, 2024
1 parent 890a3cb commit 7ad7cbb
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -719,3 +719,13 @@
rpcUrl: https://mainnet.evm.nodes.onflow.org
networkId: 747
type: EvmChain
- id: nighthawk
mainnet: false
rpcUrl: https://www.youtube.com/watch?v=dQw4w9WgXcQ
networkId: 9999
type: EvmChain
- id: blackbird
mainnet: false
rpcUrl: https://www.youtube.com/watch?v=dQw4w9WgXcQ
networkId: 0000
type: EvmChain
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,6 @@
- chain: fantom_sonic_testnet
address: "0x96124d1F6E44FfDf1fb5D6d74BB2DE1B7Fbe7376"
type: EvmPriceFeedContract
- chain: blackbird
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,3 +388,6 @@
- chain: fantom_sonic_testnet
address: "0xb700C2f6D14e2cfbD0845Bb102701dBDFf5d1bC4"
type: EvmWormholeContract
- chain: blackbird
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
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 7ad7cbb

Please sign in to comment.