Skip to content

Commit

Permalink
fix: use new ipfs url (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparkallas authored Jul 1, 2024
1 parent c3fcd19 commit 78c5c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/hosted-widget/src/hooks/useLoadFromIPFS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from "@superfluid-finance/widget";
import { useEffect, useState } from "react";

const gateway = "https://cloudflare-ipfs.com";
const gateway = "https://ipfs.io";

const layoutTypes = ["dialog", "page", "drawer", "full-screen"] as const;

Expand Down
2 changes: 1 addition & 1 deletion apps/widget-builder/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const IPFS_GATEWAY = "https://cloudflare-ipfs.com";
export const IPFS_GATEWAY = "https://ipfs.io";

0 comments on commit 78c5c90

Please sign in to comment.