Skip to content

Commit

Permalink
fix: revert pinata gateway removal (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Sep 14, 2022
1 parent 0cc74e3 commit db996d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edge-gateway/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kv_namespaces = [
]

[env.production.vars]
IPFS_GATEWAYS = "[\"https://ipfs.io\", \"https://cf.dag.haus\"]"
IPFS_GATEWAYS = "[\"https://ipfs.io\", \"https://cf.dag.haus\", \"https://pinata.dag.haus\"]"
GATEWAY_HOSTNAME = 'ipfs.dag.haus'
CID_VERIFIER_URL = 'https://cid-verifier.dag.haus'
EDGE_GATEWAY_API_URL = 'https://api.nftstorage.link'
Expand Down

0 comments on commit db996d6

Please sign in to comment.