Skip to content

Commit

Permalink
fix: public gateway is not supported anymore
Browse files Browse the repository at this point in the history
Infura trynna make money 😅
  • Loading branch information
akhileshthite authored Aug 16, 2022
1 parent 5233091 commit 73d7806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}/`)
);
}
};
Expand Down

0 comments on commit 73d7806

Please sign in to comment.