Skip to content

Commit

Permalink
switched to cloudflare ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam committed Feb 15, 2024
1 parent 67e6403 commit 84dc93b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/interfaces/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ export const MIN_AMOUNT_TO_TRANSFER = 1 * 1000 * 1000;
export const MIN_IOTA_AMOUNT = MIN_AMOUNT_TO_TRANSFER;
export const MAX_IOTA_AMOUNT = 1000 * 1000 * 1000 * 1000;
export const MIN_PRICE_PER_TOKEN = 0.000001;
export const IPFS_GATEWAY_AVATAR = 'https://ipfs2.soonaverse.com/ipfs/';
export const IPFS_GATEWAY = 'https://ipfs.io/ipfs/';
export const IPFS_GATEWAY = 'https://cf-ipfs.com/ipfs/';
export const TOKEN_EXPIRY_HOURS = 1;
// FEES.
export const SOONAVERSE_FEE = 10;
Expand Down

0 comments on commit 84dc93b

Please sign in to comment.