Skip to content

Commit

Permalink
Update public IPFS gateways
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Sep 10, 2024
1 parent aa49907 commit d18f31c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/client/ipfs_gateways.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ type t = {

let default_gateways : string list =
[
"https://gateway.ipfs.io/ipfs/"
(* ; "https://dweb.link/ipfs/"
; "https://cloudflare-ipfs.com/ipfs/" *);
"https://ipfs.io/ipfs/";
"https://dweb.link/ipfs/" (* ; "https://cloudflare-ipfs.com/ipfs/" *);
]

let create () =
Expand Down

0 comments on commit d18f31c

Please sign in to comment.