Skip to content

Commit

Permalink
Merge pull request #2271 from zeitgeistpm/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2024
2 parents 709c3a5 + ae24ba5 commit ab58b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NEXT_PUBLIC_WEB3AUTH_CLIENT_ID_ZTG=BHyRKGUvkWeDLXdLO1FBFZDqLtSMPuDN-zMWN1_Yb9KMZ

NEXT_PUBLIC_OTHER_TAGS=["Coindesk"]

NEXT_PUBLIC_COIN_GECKO_API_KEY=
COIN_GECKO_API_KEY=

# sanity cms config
NEXT_PUBLIC_SANITY_PROJECT_ID="4wbnjof1"
Expand Down
2 changes: 1 addition & 1 deletion lib/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const ZTG_MIN_LIQUIDITY = 100;
export const TAILWIND = resolveTailwindConfig(tailwindConfig as any);

export const ZTG_BLUE_COLOR = TAILWIND.theme.colors["ztg-blue"];
export const COIN_GECKO_API_KEY = process.env["NEXT_PUBLIC_COIN_GECKO_API_KEY"];
export const COIN_GECKO_API_KEY = process.env["COIN_GECKO_API_KEY"];

export const SUPPORTED_WALLET_NAMES = [
"talisman",
Expand Down

0 comments on commit ab58b48

Please sign in to comment.