Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
fix: Change to cloudflare ipfs proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Nov 3, 2023
1 parent 6aa6d58 commit c55687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ASSET_LYX_ICON_URL = '/images/lyx-token.svg'
export const ASSET_LYX_DECIMALS = 18

// url of the ipfs gateway
export const IPFS_URL = 'https://2eff.lukso.dev/ipfs/'
export const IPFS_URL = 'https://api.universalprofile.cloud/ipfs/'

// extension store links
export const EXTENSION_STORE_LINKS = {
Expand Down

0 comments on commit c55687d

Please sign in to comment.