We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d83149 commit ea45314Copy full SHA for ea45314
pages/sui/price-feed-exists.mdx
@@ -10,7 +10,7 @@ import Examples from "../../components/Examples";
10
11
Determine if a price feed for the given `price_identifier` exists.
12
Returns `true` if there has been at least one on-chain update of this feed in the past.
13
-Note that a `false` answer may mean that the feed exists, but simply has never been updated on Aptos.
+Note that a `false` answer may mean that the feed exists, but simply has never been updated on Sui.
14
In this case, you can invoke [update_price_feeds](update-price-feeds) to pull an update on-chain.
15
16
<div className="mt-6 overflow-x-auto">
0 commit comments