-
Notifications
You must be signed in to change notification settings - Fork 31
Added Supra Oracles in Guides/Oracles #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -173,3 +173,50 @@ The [Aptos API reference](https://docs.pyth.network/price-feeds/api-reference/ap | |||||
|
|
||||||
| - [Minimal on-chain contract](https://github.com/pyth-network/pyth-examples/blob/main/price_feeds/aptos/fetch_btc_price/sources/example.move), which updates and returns the BTC/USD price from Pyth price feeds. | ||||||
| - [Mint NFT](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/aptos/mint_nft), a minting application that uses Pyth price feeds to mint an NFT. | ||||||
|
|
||||||
| ## Supra | ||||||
|
|
||||||
| [Supra](https://supra.com/) is the first MultiVM Layer 1 with full vertical integration of native oracles, DVRF, bridging, automation creating a unified platform for building Super dApps. | ||||||
|
|
||||||
| Supra Oracles is a powerful cross-chain oracle network designed to power dApps across blockchain ecosystems with fast, secure, decentralized, and scalable data solutions. From DeFi to GameFi, our network delivers the data feeds and connections Web3 needs to reach its full potential. | ||||||
|
|
||||||
| ### Features | ||||||
|
|
||||||
| - **Lightning Fast Speeds:** Get better data with near-instant refresh rates with full on-chain finality. We’re on track to become the world’s fastest-to-finality oracle Reaching finality in 600-900ms. | ||||||
|
||||||
| - **Lightning Fast Speeds:** Get better data with near-instant refresh rates with full on-chain finality. We’re on track to become the world’s fastest-to-finality oracle Reaching finality in 600-900ms. | |
| - **Lightning Fast Speeds:** Get better data with near-instant refresh rates with full on-chain finality. We’re on track to become the world’s fastest-to-finality oracle, reaching finality in 600-900ms. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Real time" should be hyphenated as "real-time" when used as a compound adjective before a noun. Change to: "APIs For Real-time and Historical data"
| - APIs For Real time and Historical data: [CHECK HERE](https://docs.supra.com/oracles/apis-real-time-and-historical-data) | |
| - APIs For Real-time and Historical data: [CHECK HERE](https://docs.supra.com/oracles/apis-real-time-and-historical-data) |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link text "CHECK HERE" is not descriptive and doesn't follow the documentation style used elsewhere in the file. Consider using more descriptive link text like "Data Feeds documentation" or inline the link. For example: "- Data Feeds"
| - Indices: [CHECK HERE](https://docs.supra.com/oracles/indices) | |
| - Indices: [Indices](https://docs.supra.com/oracles/indices) |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link text "HERE" is not descriptive and doesn't follow the documentation style used elsewhere in the file. Consider using more descriptive link text. For example: "Explore how Supra Oracles can help your Web3 project"
| Explore how Supra Oracles can help your Web3 project from [HERE](https://supra.com/oracles-product/) | |
| Explore [how Supra Oracles can help your Web3 project](https://supra.com/oracles-product/) |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Supra section lacks practical integration guidance for developers. Unlike the Chainlink and Pyth Network sections which include configuration examples, code snippets, and API references for Aptos, this section only provides general marketing information. Consider adding:
- Configuration examples (similar to Pyth's
Move.tomlconfiguration) - Code examples showing how to integrate Supra oracles with Aptos smart contracts
- Specific contract addresses for Aptos networks
- API reference documentation specific to Aptos integration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a missing word in this sentence. It should be "automation**,** creating" (adding a comma) to separate the list items properly, or restructure to: "of native oracles, DVRF, bridging, and automation, creating a unified platform".