From 2a0a370a4b88d5d959ea5cb6249b083492436edb Mon Sep 17 00:00:00 2001 From: Sweta Shaw Date: Thu, 5 Sep 2024 07:47:59 +0530 Subject: [PATCH] fix: update broken link (#74) --- docs/ecosystem/oracles/pragma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecosystem/oracles/pragma.md b/docs/ecosystem/oracles/pragma.md index 917e543..0261899 100644 --- a/docs/ecosystem/oracles/pragma.md +++ b/docs/ecosystem/oracles/pragma.md @@ -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