Skip to content

Commit

Permalink
fix: use correct url (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Jun 5, 2024
1 parent a8da2ff commit 909fe32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { initChainInformationConfig } from '@bgd-labs/frontend-web3-utils';
import { CHAINS } from './chains';

// ipfs gateway to get proposals metadata
export const ipfsGateway = 'https://cloudflare-ipfs.com/ipfs';
export const ipfsGateway = 'https://ipfs.io/ipfs';
export const fallbackGateways = [
'https://ipfs.io',
'https://dweb.link',
'https://ipfs.runfission.com',
'https://dweb.link/ipfs',
'https://ipfs.eth.aragon.network/ipfs',
'https://ipfs.runfission.com/ipfs',
];

export const chainInfoHelper = initChainInformationConfig(CHAINS);

1 comment on commit 909fe32

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.