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
4 changes: 2 additions & 2 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@
type: EvmChain
- id: kakarot_sepolia
mainnet: false
rpcUrl: https://sepolia-rpc-priority.kakarot.org
networkId: 1802203764
rpcUrl: https://rpc-kakarot-sepolia.karnot.xyz/
networkId: 920637907288165
type: EvmChain
- id: berachain_testnet_v2
mainnet: false
Expand Down
6 changes: 3 additions & 3 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,6 @@
- chain: dela_mithreum_deperp_testnet
address: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
type: EvmPriceFeedContract
- chain: kakarot_sepolia
address: "0xD458261E832415CFd3BAE5E416FdF3230ce6F134"
type: EvmPriceFeedContract
- chain: berachain_testnet_v2
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
Expand Down Expand Up @@ -403,3 +400,6 @@
- chain: unichain_sepolia
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: kakarot_sepolia
address: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
type: EvmPriceFeedContract
6 changes: 3 additions & 3 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,6 @@
- chain: sei_evm_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: kakarot_sepolia
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: dela_mithreum_deperp_testnet
address: "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
type: EvmWormholeContract
Expand Down Expand Up @@ -400,3 +397,6 @@
- chain: unichain_sepolia
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: kakarot_sepolia
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
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.72.0",
"version": "1.73.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
hedera_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
idex_xchain_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
injective_inevm_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
kakarot_sepolia: "0xD458261E832415CFd3BAE5E416FdF3230ce6F134",
kakarot_sepolia: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc",
kava_testnet: "0xfA25E653b44586dBbe27eE9d252192F0e4956683",
kcc_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
kinto: "0x2880aB155794e7179c9eE2e38200202908C17B43",
Expand Down
Loading