Skip to content

Commit

Permalink
remove envs debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-nayaka committed Jan 20, 2025
1 parent 4bb9048 commit 7d9476f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions digit-recognition/frontend/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,3 @@ export const ETH_NODE_ADDRESS = import.meta.env.VITE_ETH_NODE_ADDRESS;

export const DIGIT_RECOGNITION_CONTRACT_ADDRESS = import.meta.env
.VITE_CONTRACT_ADDRESS_DIGIT_RECOGNITION as `0x${string}`;

console.log("envs:", {
PROJECT_ID,
GEAR_API_NODE,
ETH_NODE_ADDRESS,
DIGIT_RECOGNITION_CONTRACT_ADDRESS,
});

0 comments on commit 7d9476f

Please sign in to comment.