You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
| Osmosis Test 5 |[`osmo1hpdzqku55lmfmptpyj6wdlugqs5etr6teqf7r4yqjjrxjznjhtuqqu5kdh`](https://testnet.mintscan.io/osmosis-testnet/wasm/contract/osmo1hpdzqku55lmfmptpyj6wdlugqs5etr6teqf7r4yqjjrxjznjhtuqqu5kdh)|
34
33
| Sei Atlantic 2 |`sei1w2rxq6eckak47s25crxlhmq96fzjwdtjgdwavn56ggc0qvxvw7rqczxyfy`|
| Osmosis Test 5 |[`osmo1lltupx02sj99suakmuk4sr4ppqf34ajedaxut3ukjwkv6469erwqtpg9t3`](https://testnet.mintscan.io/osmosis-testnet/wasm/contract/osmo1lltupx02sj99suakmuk4sr4ppqf34ajedaxut3ukjwkv6469erwqtpg9t3)|
45
43
| Sei Atlantic 2 |`sei1kpntez76v38yuxhhaaahdmvjxnr5tkr8tq077smefs7uw70rj5yqw2aewy`|
| Celo Alfajores (testnet) |[`0xff1a0f4744e8582DF1aE09D5611b887B6a12925C`](https://explorer.celo.org/alfajores/address/0xff1a0f4744e8582DF1aE09D5611b887B6a12925C)|
| zkSync Era Goerli (testnet) |[`0xC38B1dd611889Abc95d4E0a472A667c3671c08DE`](https://goerli.explorer.zksync.io/address/0xC38B1dd611889Abc95d4E0a472A667c3671c08DE)|
71
+
| Base Goerli (testnet) |[`0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f`](https://goerli.basescan.org/address/0x5955c1478f0dad753c7e2b4dd1b4bc530c64749f)|
| Meter testnet |[`0x5fF5B9039FbD8256864A4460B7EA77093A65B1b5`](https://scan-warringstakes.meter.io/address/0x5ff5b9039fbd8256864a4460b7ea77093a65b1b5)|
Copy file name to clipboardExpand all lines: pythnet-price-feeds/sui.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public fun create_price_infos_hot_potato(
49
49
50
50
Use the hot potato price updates vector to update a price feed.
51
51
52
-
Note that conventional Pyth price IDs are found [here](https://pyth.network/developers/price-feed-ids#pyth-evm-mainnet).
52
+
Note that conventional Pyth price IDs are found [here](https://pyth.network/developers/price-feed-ids#sui-mainnet).
53
53
However, instead of passing in a Pyth price feed ID to update the price feed (which is what is done on other chains), one must pass in a `PriceInfoObject` ID instead.
54
54
55
55
The `PriceInfoObject` IDs are distinct from Pyth price feed IDs, and are stored in a map on-chain (Pyth price feed ID => PriceInfoObject ID). We pulled this map into a local json file [here](./scripts/generated). The `PriceInfoObject` ID can also be queried on-chain by calling the `pyth::state::get_price_info_object_id` found in the Pyth package. See the common questions section below for more info.
@@ -143,6 +143,6 @@ The mapping of Pyth price feed IDs to `PriceInfoObject` object IDs can be found
143
143
144
144
This mapping is also stored on-chain, and can be queried on-chain using the getter function `pyth::state::get_price_info_object_id` defined in the Pyth package.
145
145
146
-
Also recall that the list of Pyth price feed IDs can be found [here](https://pyth.network/developers/price-feed-ids#pyth-evm-testnet).
146
+
Also recall that the list of Pyth price feed IDs can be found [here](https://pyth.network/developers/price-feed-ids#sui-mainnet).
0 commit comments