From 73d7806cbe7c5257d89c8d1661af24213eee8773 Mon Sep 17 00:00:00 2001 From: Akhilesh Thite Date: Tue, 16 Aug 2022 15:29:57 +0530 Subject: [PATCH] fix: public gateway is not supported anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Infura trynna make money 😅 --- extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.js b/extension.js index 94dcac1..31f1393 100644 --- a/extension.js +++ b/extension.js @@ -62,7 +62,7 @@ function activate(context) { ); if (result === "Open the website") { vscode.env.openExternal( - vscode.Uri.parse(`https://ipfs.infura.io/ipfs/${cid}/`) + vscode.Uri.parse(`https://dweb.link/ipfs/${cid}/`) ); } };