Skip to content

Commit 5968300

Browse files
authored
chore(pricefeed) Add unichain Sepolia (#2027)
1 parent 7e273d0 commit 5968300

File tree

6 files changed

+14
-2
lines changed

6 files changed

+14
-2
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,3 +729,8 @@
729729
rpcUrl: https://sanko-arb-sepolia.rpc.caldera.xyz
730730
networkId: 1992
731731
type: EvmChain
732+
- id: unichain_sepolia
733+
mainnet: false
734+
rpcUrl: https://sepolia.unichain.org
735+
networkId: 1301
736+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,6 @@
400400
- chain: abstract_testnet
401401
address: "0x47F2A9BDAd52d65b66287253cf5ca0D2b763b486"
402402
type: EvmPriceFeedContract
403+
- chain: unichain_sepolia
404+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
405+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,3 +397,6 @@
397397
- chain: sanko_testnet
398398
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
399399
type: EvmWormholeContract
400+
- chain: unichain_sepolia
401+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
402+
type: EvmWormholeContract

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export const RECEIVER_CHAINS = {
190190
apechain_testnet: 50095,
191191
soneium_minato_testnet: 50096,
192192
nighthawk: 50097,
193-
blackbird: 50099,
193+
unichain_sepolia: 50099,
194194
abstract_testnet: 50100,
195195
sanko_testnet: 50101,
196196
};

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.71.0",
3+
"version": "1.72.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
@@ -146,6 +146,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
146146
soneium_minato_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
147147
taiko_hekla: "0x2880aB155794e7179c9eE2e38200202908C17B43",
148148
taiko_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
149+
unichain_sepolia: "0x2880aB155794e7179c9eE2e38200202908C17B43",
149150
viction_testnet: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167",
150151
wemix_testnet: "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
151152
zetachain_testnet: "0x0708325268dF9F66270F1401206434524814508b",

0 commit comments

Comments
 (0)