Skip to content

Commit

Permalink
test: add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
osiastedian committed Sep 25, 2024
1 parent dca2be4 commit 9698817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ export const ADMIN_LOGIN_MESSAGE = "Login to Syscoin Bridge Admin";

export const CHAIN_ID =
process.env.NEXT_PUBLIC_IS_TESTNET === "true" ? 5700 : 57;

console.log("next is testnet", process.env.NEXT_PUBLIC_IS_TESTNET);

0 comments on commit 9698817

Please sign in to comment.