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) {