Skip to content

Commit

Permalink
Update oracles.adoc with more oracles (#1377)
Browse files Browse the repository at this point in the history
* Update oracles.adoc with more oracles

* Add Chainlink and Pragma links

* Update oracles.adoc

* Update oracles.adoc

* Update oracles.adoc

---------

Co-authored-by: Raz Landau <[email protected]>
  • Loading branch information
odednaor and LandauRaz authored Nov 1, 2024
1 parent 33d8403 commit ada48b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/Starknet/modules/tools/pages/oracles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This reference guide presents various Oracles that you can utilize while building on Starknet. Oracles supply offchain data to the blockchain, enabling smart contracts to access a diverse range of information.

.Starknet oracle providers, in alphabetical order
[cols="1,2,2",stripes=even]
.Starknet oracles, in alphabetical order
[cols="1,2",stripes=even]
|===
| Oracle | Integration guide
|https://chain.link/[Chainlink] | https://docs.chain.link/data-feeds/starknet/[docs.chain.link/data-feeds/starknet]
|https://www.pragma.build/[Pragma] | https://docs.pragma.build/v1/Resources/Consuming%20Data%20Feed/[docs.pragma.build/v1/Resources/ConsumingDataFeed]
|https://www.pyth.network/[Pyth Network] | https://docs.pyth.network/price-feeds/use-real-time-data/starknet/[docs.pyth.network/price-feeds/use-real-time-data/starknet]
|===
|Provider |Oracle Model |Oracle Integration Guide

|https://www.pyth.network/[Pyth Network] |Push, Pull | https://docs.pyth.network/price-feeds/use-real-time-data/starknet[Integrate Pyth Oracle on Starknet]

|===

0 comments on commit ada48b5

Please sign in to comment.