Skip to content

Commit

Permalink
fix: IPFS gateway (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
colbr authored Jan 11, 2024
1 parent ba232c3 commit 4f8ccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export enum Network {

export const DEFAULT_NETWORK = Network.GOERLI;

export const DEFAULT_IPFS_GATEWAY = 'snapshot.mypinata.cloud';
export const DEFAULT_IPFS_GATEWAY = 'zns.mypinata.cloud';

interface NetworkConfig {
rpcUrl: string;
Expand Down

0 comments on commit 4f8ccaf

Please sign in to comment.