Skip to content

Commit 5473d33

Browse files
authored
Update defaultGateways.ts as ipfs-gateway was compromised
1 parent 0db3862 commit 5473d33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/defaultGateways.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const defaultIpfsGateways: string[] = [
66
"https://4everland.io",
77
"https://w3s.link",
88
"https://dweb.link",
9-
"https://ipfs-gateway.cloud",
109
"https://w3s.link"
1110
];
1211

@@ -17,4 +16,4 @@ const defaultIpnsGateways: string[] = [
1716
export {
1817
defaultIpfsGateways,
1918
defaultIpnsGateways
20-
}
19+
}

0 commit comments

Comments
 (0)