1 parent 5fff6f1 commit f01c3c9Copy full SHA for f01c3c9
1 file changed
dapp/src/utils/ipfsFunctions.ts
@@ -29,10 +29,6 @@ const GATEWAYS: ReadonlyArray<{
29
name: "filebase",
30
buildUrl: (cid, path) => `https://ipfs.filebase.io/ipfs/${cid}${path}`,
31
},
32
- {
33
- name: "ipfs.io",
34
- buildUrl: (cid, path) => `https://ipfs.io/ipfs/${cid}${path}`,
35
- },
36
];
37
38
const CACHE_KEY_PREFIX = "ipfs:v4:"; // Updated version prefix
0 commit comments