Skip to content

Commit 1b67b2f

Browse files
committed
refactor: remove IPFS delegate
1 parent d0f8dc0 commit 1b67b2f

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.env.mainnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ VITE_WORLD_BLOCK_NUMBER =
44
VITE_GRAPH_URI = https://api.thegraph.com/subgraphs/name/geo-web-project/geo-web-subgraph
55
VITE_ANNUALRATE = 0.1
66
VITE_IPFS_GATEWAY = https://ipfs.io
7-
VITE_IPFS_DELEGATE = "/dns4/ceramic.geoweb.network/tcp/443/https"
87
VITE_LIVEPEER_API_KEY=8cdf71bd-3f27-46e8-991b-411a0f75b91f

.env.testnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ VITE_WORLD_ADDRESS = 0x943e0b3F1926008f2e1bEFCBc55FA2A75CeC2452
33
VITE_WORLD_BLOCK_NUMBER = 6992231
44
VITE_ANNUALRATE = 0.1
55
VITE_IPFS_GATEWAY = https://ipfs.io
6-
VITE_IPFS_DELEGATE = "/dns4/ceramic-clay.geoweb.network/tcp/443/https"
76
VITE_LIVEPEER_API_KEY=8cdf71bd-3f27-46e8-991b-411a0f75b91f

src/lib/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export const WORLD = {
77
export const SUBGRAPH_URL = import.meta.env.VITE_GRAPH_URI;
88
export const GRAPH_URL = import.meta.env.VITE_GRAPH_URI;
99
export const IPFS_GATEWAY = import.meta.env.VITE_IPFS_GATEWAY;
10-
export const IPFS_DELEGATE = import.meta.env.VITE_IPFS_DELEGATE;
1110
export const PINATA_API_ENDPOINT = "https://api.pinata.cloud/psa";
1211
export const STORAGE_WORKER_ENDPOINT =
1312
"https://storage-workers.geo-web.workers.dev";

0 commit comments

Comments
 (0)