Skip to content

Commit

Permalink
Merge pull request #165 from bobanetwork/souradeep/doc_oracles
Browse files Browse the repository at this point in the history
docs: update oracle docs
  • Loading branch information
jyellick authored Apr 16, 2024
2 parents 7737f9f + d27c18a commit d4e4fdf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 41 deletions.
6 changes: 1 addition & 5 deletions .gitbook/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* [User Docs](contents/user/README.md)
* [How To use Boba's services](contents/user/001\_how-to-bridge.md)
* [Fraud Detection](https://github.com/bobanetwork/boba\_legacy/blob/develop/boba\_community/fraud-detector/README.md)
* [NFTs](contents/user/003\_nfts.md)
* [Welcome to Hybrid Compute](contents/developer/hybrid\_compute.md)
* [Hybrid Compute 101](contents/hc/tutorial.md)
* [Implementation](contents/hc/implementation.md)
Expand All @@ -30,8 +29,6 @@
* [Software release](contents/developer/node-operators/software-release.md)
* [Replica node (Legacy)](https://github.com/bobanetwork/boba_legacy/blob/docs-in-monrepo/boba_community/boba-node/README.md)
* [Oracles](contents/developer/oracles/README.md)
* [Boba Straw Price Feed Oracle](oracles/oracle.md)
* [Gas Price Oracle](oracles/gas-price-oracle.md)
* [Introduction to DIA Oracles](contents/developer/oracles/introduction-to-dia-oracles.md)
* [Introduction to SupraOracles](contents/developer/oracles/introduction-to-supraoracles.md)
* [Indexer](contents/developer/indexer/README.md)
Expand Down Expand Up @@ -59,8 +56,7 @@
* [Debugging with Tenderly](contents/developer/features/tenderly.md)
* [Using The Graph](contents/developer/features/subgraph.md)
* [Price Oracles](contents/developer/features/price-feeds.md)
* [Custom Relayer](contents/developer/features/relay-message.md)
* [Dual fee system](https://github.com/bobanetwork/boba\_legacy/blob/develop/boba\_examples/boba-fee/README.md)
* [Dual fee system](contents/developer/features/switching-fee-token.md)
* [Transaction Builder](contents/developer/features/transaction-builder.md)
* [Multichain](contents/developer/multichain/README.md)
* [Contract Addresses Boba/Ethereum](contents/developer/multichain/network-eth.md)
Expand Down
Binary file added .gitbook/assets/gitbook-banner-feeToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 0 additions & 32 deletions .gitbook/contents/developer/features/relay-message.md

This file was deleted.

3 changes: 3 additions & 0 deletions .gitbook/contents/developer/features/switching-fee-token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<figure><img src="../../../assets/gitbook-banner-feeToken.png" alt=""><figcaption></figcaption></figure>

This page is a placeholder, while the new documentation is being created. You can still access the [existing but outdated documentation](https://github.com/bobanetwork/boba_legacy/blob/develop/boba_examples/boba-fee/README.md)
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Access the oracles in the smart contracts below:

* Boba-ETH: https://bobascan.com/address/0xB3519a1760F3A16934a890F19E67A98cBF1e0859
* Boba-BNB: https://bobascan.com/address/0xCF06Ac8C6FFb7b7E313D43e8Fb2E740D5aE82e6E
* Boba-Sepolia: https://testnet.bobascan.com/address/0x907e7f6bd9653E4188da89E4f2D3EA949dcEc076

#### How to access DIA oracles?

Expand All @@ -66,4 +67,4 @@ You can find DIA's oracle integration samples in Solidity and Vyper languages by

### Support

For assistance, connect with the DIA team directly on[ ](https://chat.openai.com/c/d2ca764b-00d6-4de7-8555-0cc30ac416b1)[Discord](https://discord.gg/ZvGjVY5uvs) or [Telegram](https://t.me/diadata\_org). Developers seeking other specialized, production-grade oracle with tailored price feeds and configurations can initiate the request here: [Request a Custom Oracle | DIA Documentation](https://docs.diadata.org/introduction/intro-to-dia-oracles/request-an-oracle)
For assistance, connect with the DIA team directly on [Discord](https://discord.gg/ZvGjVY5uvs) or [Telegram](https://t.me/diadata\_org). Developers seeking other specialized, production-grade oracle with tailored price feeds and configurations can initiate the request here: [Request a Custom Oracle | DIA Documentation](https://docs.diadata.org/introduction/intro-to-dia-oracles/request-an-oracle)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Introduction to SupraOracles

[Supra](https://supraoracles.com/) is a novel, high-throughput Oracle & IntraLayer: A vertically integrated toolkit of cross-chain solutions (data oracles, asset bridges, automation network, and more) that interlink all blockchains, public (L1s and L2s) or private (enterprises).
[Supra](https://supra.com/) is a novel, high-throughput Oracle & IntraLayer: A vertically integrated toolkit of cross-chain solutions (data oracles, asset bridges, automation network, and more) that interlink all blockchains, public (L1s and L2s) or private (enterprises).

Supra provides decentralized oracle price feeds that can be used for on-chain and off-chain use-cases such as spot and perpetual DEXes, lending protocols, and payments protocols. Supra’s oracle chain and consensus algorithm makes it the fastest-to-finality oracle provider, with layer-1 security guarantees. The pull oracle has a sub-second response time. Aside from speed and security, Supra’s rotating node architecture gathers data from 40+ data sources and applies a robust calculation methodology to get the most accurate value. The node provenance on the data dashboard also provides a fully transparent historical audit trail. Supra’s Distributed Oracle Agreement (DORA) paper was accepted into ICDCS 2023, oldest distributed systems conference.\
\
You can check the data sources [here](https://supraoracles.com/data).
You can check the data sources [here](https://supra.com/data).

Check out the developer docs [here](https://supraoracles.com/docs/overview/).
Check out the developer docs [here](https://gb-docs.supraoracles.com/).

0 comments on commit d4e4fdf

Please sign in to comment.