Skip to content

Commit

Permalink
fix: swap ipfs gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
ccerv1 committed Oct 4, 2023
1 parent bdde631 commit c837fdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/gitcoin/GR18/minting_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ def create_url(idx):

# TODO: confirm all projects have valid images
base = CONFIG['hostedCidBaseUrl']
logo_uri = f"https://ipfs-grants-stack.gitcoin.co/ipfs/{project.get('logoImg')}"
#logo_uri = f"https://ipfs-grants-stack.gitcoin.co/ipfs/{project.get('logoImg')}"
logo_uri = f"https://gitcoin.mypinata.cloud/ipfs/{project.get('logoImg')}"
banner_uri = f"{base}{CIDS['img']}/img/{str(idx)}.png"
allowlist_uri = f"{base}{CIDS['allowlists']}/allowlists/{project_id}.csv"

Expand Down

0 comments on commit c837fdc

Please sign in to comment.