Skip to content

Commit

Permalink
fix: change ipfs gateway (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrdd committed Apr 22, 2024
1 parent 59db932 commit 90c45e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VITE_BLOCK_EXPLORER = "https://optimistic.etherscan.io/"
VITE_WORLD_ADDRESS =
VITE_WORLD_BLOCK_NUMBER =
VITE_SPATIAL_DOMAIN = "https://geoweb.app/"
VITE_IPFS_GATEWAY = https://gateway.ipfs.io/ipfs
VITE_IPFS_GATEWAY = https://gateway.pinata.cloud/ipfs
VITE_GRAPH_URI=https://api.thegraph.com/subgraphs/name/geo-web-project/geo-web-subgraph
VITE_SSX_HOST = https://ssx.geoweb.network
VITE_ANALYTICS_ID = geoweb.land
Expand Down
2 changes: 1 addition & 1 deletion .env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VITE_WORLD_ADDRESS = 0x943e0b3F1926008f2e1bEFCBc55FA2A75CeC2452
VITE_WORLD_BLOCK_NUMBER = 6992231
VITE_SPATIAL_DOMAIN = "https://testnet.geoweb.app/"
VITE_GRAPH_URI=https://api.studio.thegraph.com/query/51953/geo-web-op-sepolia/version/latest
VITE_IPFS_GATEWAY = https://gateway.ipfs.io/ipfs
VITE_IPFS_GATEWAY = https://gateway.pinata.cloud/ipfs
VITE_SSX_HOST = https://ssx-stg.geoweb.network
VITE_ANALYTICS_ID =
VITE_REFERRAL_HOST = https://referral-stg.geoweb.network
Expand Down

0 comments on commit 90c45e8

Please sign in to comment.