File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,5 +4,4 @@ VITE_WORLD_BLOCK_NUMBER =
44VITE_GRAPH_URI = https://api.thegraph.com/subgraphs/name/geo-web-project/geo-web-subgraph
55VITE_ANNUALRATE = 0.1
66VITE_IPFS_GATEWAY = https://ipfs.io
7- VITE_IPFS_DELEGATE = "/dns4/ceramic.geoweb.network/tcp/443/https"
87VITE_LIVEPEER_API_KEY=8cdf71bd-3f27-46e8-991b-411a0f75b91f
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ VITE_WORLD_ADDRESS = 0x943e0b3F1926008f2e1bEFCBc55FA2A75CeC2452
33VITE_WORLD_BLOCK_NUMBER = 6992231
44VITE_ANNUALRATE = 0.1
55VITE_IPFS_GATEWAY = https://ipfs.io
6- VITE_IPFS_DELEGATE = "/dns4/ceramic-clay.geoweb.network/tcp/443/https"
76VITE_LIVEPEER_API_KEY=8cdf71bd-3f27-46e8-991b-411a0f75b91f
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ export const WORLD = {
77export const SUBGRAPH_URL = import . meta. env . VITE_GRAPH_URI ;
88export const GRAPH_URL = import . meta. env . VITE_GRAPH_URI ;
99export const IPFS_GATEWAY = import . meta. env . VITE_IPFS_GATEWAY ;
10- export const IPFS_DELEGATE = import . meta. env . VITE_IPFS_DELEGATE ;
1110export const PINATA_API_ENDPOINT = "https://api.pinata.cloud/psa" ;
1211export const STORAGE_WORKER_ENDPOINT =
1312 "https://storage-workers.geo-web.workers.dev" ;
You can’t perform that action at this time.
0 commit comments