Skip to content

Commit

Permalink
fix: update broken link (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
swetshaw committed Sep 5, 2024
1 parent 5d18fbf commit 2a0a370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ecosystem/oracles/pragma.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ contract PragmaDataConsumer {

The Pragma Oracle cairo contract has been integrated by Kakarot - thus it is possible to call it directly in your Solidity contracts using the [PragmaCaller](https://github.com/kkrt-labs/kakarot/blob/main/solidity_contracts%2Fsrc%2FCairoPrecompiles%2FPragmaCaller.sol) interface!

The complete list of [supported assets](https://docs.pragma.build/Resources/Cairo%201/data-feeds/supported-assets) can be found in our documentation: just grab the pair id and you're good to go!
The complete list of [supported assets](https://docs.pragma.build/Resources/Starknet/data-feeds/supported-assets) can be found in our documentation: just grab the pair id and you're good to go!

#### 1. Define the PragmaCaller interface

Expand Down

0 comments on commit 2a0a370

Please sign in to comment.