Skip to content

Commit

Permalink
fix: env type addition
Browse files Browse the repository at this point in the history
  • Loading branch information
3scava1i3r committed Dec 27, 2024
1 parent 9cb2f4f commit 59a4139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/env-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const envConfigSchema = Type.Object({
PERMIT_ERC20_TOKENS_NO_FEE_WHITELIST: Type.String(),
KERNEL_PUBLIC_KEY: Type.Optional(Type.String()),
LOG_LEVEL: Type.Enum(LOG_LEVEL, { default: LOG_LEVEL.INFO }),
HUGGINGFACE_API_KEY: Type.String(),
});

export type EnvConfig = Static<typeof envConfigSchema>;
Expand Down

0 comments on commit 59a4139

Please sign in to comment.