From 7babaa4a998bf155ff5869a3d6cf542f0f2f0c2e Mon Sep 17 00:00:00 2001 From: AuroraHuang22 Date: Sun, 29 Sep 2024 13:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=EF=B8=8F=20Use=20w3s.link=20for=20?= =?UTF-8?q?ipfs=20gateway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 5657577..33fa78e 100644 --- a/config.js +++ b/config.js @@ -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