Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -800,3 +800,13 @@
rpcUrl: https://redacted.master.dev/
networkId: 2741
type: EvmChain
- id: eventum_testnet
mainnet: false
rpcUrl: https://testnet-rpc.eh-dev.app
networkId: 16182
type: EvmChain
- id: fantom_sonic_devnet
mainnet: false
rpcUrl: https://rpc.blaze.soniclabs.com
networkId: 57054
type: EvmChain
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmEntropyContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,9 @@
- chain: happy_bird_song_ends_with_tio
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
type: EvmEntropyContract
- chain: fantom_sonic_devnet
address: "0xEbe57e8045F2F230872523bbff7374986E45C486"
type: EvmEntropyContract
- chain: unichain_sepolia
address: "0x8D254a21b3C86D32F7179855531CE99164721933"
type: EvmEntropyContract
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,9 @@
- chain: happy_bird_song_ends_with_tio
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: eventum_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: fantom_sonic_devnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,9 @@
- chain: happy_bird_song_ends_with_tio
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: eventum_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: fantom_sonic_devnet
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 @@ -214,6 +214,8 @@ export const RECEIVER_CHAINS = {
superseed_testnet: 50107,
happy_bird_song_ends_with_tio: 50108,
hyperevm_testnet: 50109,
eventum_testnet: 50110,
fantom_sonic_devnet: 50111,
};

// 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.76.0",
"version": "1.77.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 @@ -101,7 +101,9 @@ export const CONTRACT_ADDR: Record<string, string> = {
ethena_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
etherlink_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
eos_testnet: "0x0708325268dF9F66270F1401206434524814508b",
eventum_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
evmos_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
fantom_sonic_devnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
fantom_sonic_testnet: "0x96124d1F6E44FfDf1fb5D6d74BB2DE1B7Fbe7376",
fantom_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
filecoin_calibration: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
Expand Down
Loading