Skip to content

Commit

Permalink
fix: nostore
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Nov 14, 2024
1 parent c51e2cd commit 8d1a683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ export function getSolidityEnabled() {
}

export function getFaucetUrl() {
noStore();

return process.env["NEXT_PUBLIC_FAUCET_API_URL"];
}

export function getGoogleCaptchaSitekey() {
noStore();

return process.env["NEXT_PUBLIC_GOOGLE_CAPTCHA_SITEKEY"];
}

0 comments on commit 8d1a683

Please sign in to comment.