Skip to content

Commit

Permalink
IPFS main resources moved to Pinata
Browse files Browse the repository at this point in the history
Testing moving several resources while fixing old IPFS to be able to retrieve the necessary files
  • Loading branch information
jjavieralv authored Sep 2, 2024
1 parent ecc1d6a commit ba5213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ba5213d

Please sign in to comment.