Skip to content

Commit

Permalink
Small update to infura ipfs gateway host.
Browse files Browse the repository at this point in the history
  • Loading branch information
torreyatcitty committed Jun 13, 2024
1 parent 0946862 commit d3fa9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ipfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function buildIpfsClient() {
urls = [
["IPFS Url", `https://ipfs.io/ipfs/${app.cid}`],
["Cloudflare Url", `https://cloudflare-ipfs.com/ipfs/${app.cid}`],
["Infura Url", `https://ipfs.infura.io/ipfs/${app.cid}`],
["Infura Url", `https://compound-app.infura-ipfs.io/ipfs/${app.cid}`],
];
urlText = urls.map(([name, url]) => ` * ${name}: ${url}`).join("\n");

Expand Down

0 comments on commit d3fa9ee

Please sign in to comment.