diff --git a/helpers/constants.ts b/helpers/constants.ts index c34abe80..363bd4fa 100644 --- a/helpers/constants.ts +++ b/helpers/constants.ts @@ -218,10 +218,6 @@ export const NETWORKS: { }, } -if (process.env.MAINNET_FORK_RPC_URL) { - console.log('MAINNET_FORK_RPC_URL %s', process.env.MAINNET_FORK_RPC_URL) -} - export const MAINNET_FORK = { enabled: process.env.ENABLE_MAINNET_FORK === 'true', blockNumber: 19767930,