From 19e0f0d962acec760b0ff44b517342d9c2ea39d4 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:35:37 +0000 Subject: [PATCH] fix: remove deprecated State Channel Application tutorial Remove the "State Channel Application" tutorial that links to https://speedrunethereum.com/challenge/state-channels which returns 404. Fixes #15747 Co-authored-by: Jakub --- src/data/externalTutorials.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/data/externalTutorials.json b/src/data/externalTutorials.json index 9ea358d99fb..f514cd0e25a 100644 --- a/src/data/externalTutorials.json +++ b/src/data/externalTutorials.json @@ -636,18 +636,6 @@ "lang": "en", "publishDate": "04/24/2024" }, - { - "url": "https://speedrunethereum.com/challenge/state-channels", - "title": "State Channel Application", - "description": "Create an app to lock collateral onchain, transact offchain, then finalize onchain.", - "author": "Austin Griffith", - "authorGithub": "https://github.com/austintgriffith", - "tags": ["solidity", "smart contracts", "react", "nextjs", "wagmi", "javascript", "typescript", "frontend", "openzeppelin"], - "skillLevel": "intermediate", - "timeToRead": "60", - "lang": "en", - "publishDate": "04/24/2024" - }, { "url": "https://github.com/scaffold-eth/se-2-challenges/tree/challenge-6-multisig", "title": "Multisig wallet",