Skip to content

Commit

Permalink
(chore):pricefeed Deployed kinto (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Jul 22, 2024
1 parent 4d6991f commit 613e18a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -664,3 +664,8 @@
rpcUrl: https://sepolia.b3.fun/http/
networkId: 1993
type: EvmChain
- id: kinto
mainnet: true
rpcUrl: https://rpc.kinto-rpc.com
networkId: 7887
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 @@ -370,3 +370,6 @@
- chain: morph_holesky_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: kinto
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 @@ -355,3 +355,6 @@
- chain: b3_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: kinto
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const RECEIVER_CHAINS = {
polynomial: 60054,
etherlink: 60055,
klaytn: 60056,
kinto: 60057,

// Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013,
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.57.0",
"version": "1.58.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
1 change: 1 addition & 0 deletions target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
kakarot_sepolia: "0xD458261E832415CFd3BAE5E416FdF3230ce6F134",
kava_testnet: "0xfA25E653b44586dBbe27eE9d252192F0e4956683",
kcc_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
kinto: "0x2880aB155794e7179c9eE2e38200202908C17B43",
klaytn_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
lightlink_pegasus_testnet: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167",
linea_goerli: "0xdF21D137Aadc95588205586636710ca2890538d5",
Expand Down

0 comments on commit 613e18a

Please sign in to comment.