Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zer0-os/zApp-DAOs
Browse files Browse the repository at this point in the history
  • Loading branch information
colbr committed Jan 11, 2024
2 parents 8203aa0 + 4f8ccaf commit 0ffca3a
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 0ffca3a

Please sign in to comment.