Skip to content

Commit a1908f3

Browse files
committed
fix env variable
1 parent 4754ed4 commit a1908f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const LIQUIDITY_API = `${DATASETS_SERVER_URL}/liquidity.json`
163163

164164
export const AUTH_SERVER = 'https://auth.llama.fi'
165165
export const POCKETBASE_URL = 'https://pb.llama.fi'
166-
export const STRIPE_PUBLISHABLE_KEY = process.env.STRIPE_PUBLISHABLE_KEY ?? ''
166+
export const STRIPE_PUBLISHABLE_KEY = process.env.NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY ?? ''
167167

168168
export const TOTAL_TRACKED_BY_METRIC_API = 'https://api.llama.fi/config/smol/appMetadata-totalTrackedByMetric.json'
169169
export const RWA_STATS_API = 'https://api.llama.fi/rwa/stats'

0 commit comments

Comments
 (0)