diff --git a/yarn-project/aztec/src/cli/chain_l2_config.ts b/yarn-project/aztec/src/cli/chain_l2_config.ts index a09594cd80d4..247a6eae1aa6 100644 --- a/yarn-project/aztec/src/cli/chain_l2_config.ts +++ b/yarn-project/aztec/src/cli/chain_l2_config.ts @@ -1,3 +1,7 @@ +import type { EnvVar } from '@aztec/foundation/config'; + +import path from 'path'; + export type NetworkNames = 'testnet-ignition'; export type L2ChainConfig = { @@ -47,7 +51,7 @@ export async function getL2ChainConfig(networkName: NetworkNames): Promise