Skip to content

Commit

Permalink
chore: log
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Jul 1, 2024
1 parent f495097 commit 6c9db02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/helpers/test/setupTestEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const getChainInfo = async () => {
};

export const fetchChainId = async (): Promise<number> => {
console.log('🦄 ~ fetchChainId ~ !isUsingFork():', !isUsingFork());
// If not running fork test script, use the foundry chain ID
if (!isUsingFork()) return foundry.id;

Expand Down

0 comments on commit 6c9db02

Please sign in to comment.