From ab8c87c1867e0f78c1c1fa9655f4288610290ee2 Mon Sep 17 00:00:00 2001 From: Sweta Shaw Date: Wed, 4 Sep 2024 12:25:38 +0530 Subject: [PATCH] fix: update broken link --- 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