Skip to content

Commit

Permalink
👽️ Use w3s.link for ipfs gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Sep 29, 2024
1 parent 0bf56cc commit fd2ea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const NODE_ENV = process.env.NODE_ENV
const IS_TESTNET = process.env.IS_TESTNET
export const API_PUBLIC_URL = 'https://api.like.co'
export const IPFS_GATEWAY = 'https://cloudflare-ipfs.com'
export const IPFS_GATEWAY = 'https://w3s.link'
export const ARWEAVE_GATEWAY = 'https://arweave.net'
export const isDev = NODE_ENV === 'development'
export const BASE_PATH = process.env.BASE_PATH
Expand Down

0 comments on commit fd2ea80

Please sign in to comment.