Skip to content

Commit

Permalink
env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
0xthrpw committed Jan 15, 2025
1 parent 2b95149 commit f3f6148
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions environment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ interface EnvironmentVariables {
readonly CHAIN_ID: '1' | '10' | '8453'
readonly DATABASE_URL: string
readonly EFP_CONTRACT_ACCOUNT_METADATA: `0x${string}`
readonly EFP_CONTRACT_LIST_METADATA: `0x${string}`
readonly EFP_CONTRACT_LINT_MINTER: `0x${string}`
readonly EFP_CONTRACT_LIST_REGISTRY: `0x${string}`
readonly EFP_CONTRACT_LIST_RECORDS: `0x${string}`
readonly SNITCH_ID: string | undefined
Expand Down
1 change: 0 additions & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const env = Object.freeze({
RECOVER_HISTORY: getEnvVariable('RECOVER_HISTORY'),
EFP_CONTRACTS: {
ACCOUNT_METADATA: getEnvVariable('EFP_CONTRACT_ACCOUNT_METADATA'),
LIST_MINTER: getEnvVariable('EFP_CONTRACT_LINT_MINTER'),
LIST_REGISTRY: getEnvVariable('EFP_CONTRACT_LIST_REGISTRY'),
LIST_RECORDS: getEnvVariable('EFP_CONTRACT_LIST_RECORDS')
},
Expand Down

0 comments on commit f3f6148

Please sign in to comment.