Skip to content

Commit

Permalink
fix ipfs url
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Nov 28, 2024
1 parent 229d72b commit d3ceac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const RPC_URL =
process.env.NEXT_PUBLIC_RPC_URL ?? "https://ghostnet.tezos.marigold.dev/";
export const TZKT_API_URL =
process.env.NEXT_PUBLIC_API_URL ?? "https://api.ghostnet.tzkt.io";
export const IPFS = "https://ipfs-proxy.gcp.marigold.dev";
export const IPFS = "https://ipfs-proxy.marigold.dev";
export const IPFS_NODE = "gateway.pinata.cloud";
export const PREFERED_NETWORK: NetworkType =
process.env.NEXT_PUBLIC_NETWORK_TYPE === "mainnet"
Expand Down

0 comments on commit d3ceac8

Please sign in to comment.