Skip to content

Commit

Permalink
fix: remove nostore
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Nov 14, 2024
1 parent 8d1a683 commit 889464a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ 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 889464a

Please sign in to comment.