From ba5213d40740a8469f544756808243a58638e5e8 Mon Sep 17 00:00:00 2001 From: Jose Javier Alvarez Rodriguez Date: Mon, 2 Sep 2024 14:52:07 +0200 Subject: [PATCH] IPFS main resources moved to Pinata Testing moving several resources while fixing old IPFS to be able to retrieve the necessary files --- src/local-settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/local-settings.js b/src/local-settings.js index 1de7424e8..247f6be73 100644 --- a/src/local-settings.js +++ b/src/local-settings.js @@ -124,7 +124,7 @@ export function getEthSubscriptionEventDelay() { } export function getIpfsGateway() { - return getLocalSetting(IPFS_GATEWAY) || 'https://ipfs.eth.aragon.network/ipfs' + return getLocalSetting(IPFS_GATEWAY) || 'https://aragon.mypinata.cloud/ipfs' } export function setIpfsGateway(gateway, networkType) {