Skip to content

Commit

Permalink
bebug envs
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-nayaka committed Jan 20, 2025
1 parent ddff3cd commit 578f724
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions digit-recognition/frontend/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ 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 578f724

Please sign in to comment.