From d2298167d419ec9a91558b73d271c396e4923399 Mon Sep 17 00:00:00 2001 From: Elliott Alexander Date: Tue, 12 May 2026 15:31:55 -0400 Subject: [PATCH] Add Speedrun Ethereum's Oracles challenge Adds the oracles challenge from Speedrun Ethereum to the tutorials section. --- public/content/developers/docs/oracles/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/content/developers/docs/oracles/index.md b/public/content/developers/docs/oracles/index.md index 8cacaace16f..8f5ccb8ddb7 100644 --- a/public/content/developers/docs/oracles/index.md +++ b/public/content/developers/docs/oracles/index.md @@ -431,7 +431,8 @@ There are multiple oracle applications you can integrate into your Ethereum dapp **Tutorials** - [How to Fetch the Current Price of Ethereum in Solidity](https://blog.chain.link/fetch-current-crypto-price-data-solidity/) — _Chainlink_ -- [Consuming Oracle Data](https://docs.chroniclelabs.org/Developers/tutorials/Remix) — _Chronicle_ +- [Consuming Oracle Data](https://docs.chroniclelabs.org/Developers/tutorials/Remix) — _Chronicle_ +- [Oracles Challenge](https://speedrunethereum.com/challenge/oracles) - _Speedrun Ethereum_ **Example projects**