From 092b363dcb62291c854a299ce152c4fc4c753296 Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Fri, 22 Aug 2025 17:15:03 +0200 Subject: [PATCH] Fix plugin url --- web/components/Steps/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/Steps/index.tsx b/web/components/Steps/index.tsx index 5e8d75d..3224559 100644 --- a/web/components/Steps/index.tsx +++ b/web/components/Steps/index.tsx @@ -78,7 +78,7 @@ export default function Steps(): ReactElement { try { setLoading(true); const pluginData = await client.runPlugin( - 'https://github.com/tlsnotary/tlsn-extension/raw/main/src/assets/plugins/twitter_profile.wasm', + 'https://raw.githubusercontent.com/tlsnotary/tlsn-extension/cc3264f058ad2ebb0791830a1217fdd8bffd543f/src/assets/plugins/twitter_profile.wasm', ); setPluginData(pluginData); console.log(pluginData);