Skip to content

Commit f01c3c9

Browse files
committed
Remove fallback to ipfs.io as not reliable at all
1 parent 5fff6f1 commit f01c3c9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

dapp/src/utils/ipfsFunctions.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ const GATEWAYS: ReadonlyArray<{
2929
name: "filebase",
3030
buildUrl: (cid, path) => `https://ipfs.filebase.io/ipfs/${cid}${path}`,
3131
},
32-
{
33-
name: "ipfs.io",
34-
buildUrl: (cid, path) => `https://ipfs.io/ipfs/${cid}${path}`,
35-
},
3632
];
3733

3834
const CACHE_KEY_PREFIX = "ipfs:v4:"; // Updated version prefix

0 commit comments

Comments
 (0)