diff --git a/packages/client/src/utils/helpers.ts b/packages/client/src/utils/helpers.ts index 636350367..edc46d2c3 100644 --- a/packages/client/src/utils/helpers.ts +++ b/packages/client/src/utils/helpers.ts @@ -102,9 +102,10 @@ export const fetchMetadataFromUri = async (uri: string): Promise => { }; const IPFS_GATEWAYS = [ + 'https://charactersheets.mypinata.cloud', // 'https://black-bright-cuckoo-327.mypinata.cloud', // 'https://cloudflare-ipfs.com', - 'https://ipfs.io', + // 'https://ipfs.io', ]; /**