Skip to content

Commit

Permalink
Remove unneeded env var
Browse files Browse the repository at this point in the history
  • Loading branch information
bob0005 committed Jan 22, 2025
1 parent 5803e5f commit 520267b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/apps/landing/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ const envSchema = z.object({

// Version and chain info
VITE_PUBLIC_CHAIN: z.enum(["sepolia", "mainnet", "slot", "local"]), // Add other chains as needed

// VRF
VITE_PUBLIC_VRF_PROVIDER_ADDRESS: z.string().startsWith("0x"),

// Ark Marketplace API
// VITE_PUBLIC_ARK_MARKETPLACE_API: z.string().url(),
Expand Down

0 comments on commit 520267b

Please sign in to comment.