diff --git a/apps/website/environment.d.ts b/apps/website/environment.d.ts index 07c5597..8da7e45 100644 --- a/apps/website/environment.d.ts +++ b/apps/website/environment.d.ts @@ -1,7 +1,6 @@ declare namespace NodeJS { export interface ProcessEnv { - readonly NEXT_PUBLIC_WEB3_KEY: string - readonly NEXT_PUBLIC_COINBASE_SECRET: string - readonly NEXR_PUBLIC_COINBASE_PASS_PHRASE: string + readonly NEXT_PUBLIC_COINGECKO_DOMAIN: string + readonly NEXT_PUBLIC_COINGECKO_API_KEY: string } }