Skip to content

Commit 0c856cf

Browse files
Adds data-feed-proxy-combinators docs (#210)
* Adds data-feed-proxy-combinators docs * Adds data-feed-proxy-combinators sidebar link * Applies suggestions from PR * Removes sidebar link to data-feed-proxy-combinators.md * Moves data-feed-proxy-combintors.md link from api3-contracts-md to contract-integration.md * Minor adjustments to Combining data feeds * Removes data-feed-proxy-combinators.md and redirects to README.md * Update docs/dapps/integration/contract-integration.md Co-authored-by: Burak Benligiray <[email protected]> * Format --------- Co-authored-by: Burak Benligiray <[email protected]>
1 parent e138529 commit 0c856cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/dapps/integration/contract-integration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ We recommend directing them to this page.
140140

141141
:::
142142

143+
## Api3ReaderProxyV1 combinations
144+
145+
See the [`data-feed-proxy-combinators`](https://github.com/api3dao/data-feed-proxy-combinators) repository for various modular contracts that you can use to create combinations out of Api3ReaderProxyV1 contracts.
146+
For example, you can combine an `ETH/USD` Api3ReaderProxyV1 contract and a `wstETH/ETH Exchange Rate` Api3ReaderProxyV1 contract to read a `wstETH/USD` value.
147+
143148
## Mixed oracle design
144149

145150
Some dApps choose to mix oracle solutions, either by refusing service if they are not in consensus, or by using one primarily and deferring to another in case of inconsistency.

0 commit comments

Comments
 (0)