Skip to content

Commit

Permalink
NEXT_PUBLIC_COINGECKO_DOMAIN and NEXT_PUBLIC_COINGECKO_API_KEY are
Browse files Browse the repository at this point in the history
supported
  • Loading branch information
dimitardanailov committed May 23, 2024
1 parent 6ace434 commit e759202
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/website/environment.d.ts
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit e759202

Please sign in to comment.