diff --git a/packages/core/deploy/999_helpers/00_deploy_batch_mint.ts b/packages/core/deploy/999_helpers/00_deploy_batch_mint.ts index cf1eb70a31..b0849ad8f3 100644 --- a/packages/core/deploy/999_helpers/00_deploy_batch_mint.ts +++ b/packages/core/deploy/999_helpers/00_deploy_batch_mint.ts @@ -1,6 +1,6 @@ import {DeployFunction} from 'hardhat-deploy/types'; import {HardhatRuntimeEnvironment} from 'hardhat/types'; -import { skipUnlessL1 } from '../../utils/network'; +import {skipUnlessL1} from '../../utils/network'; const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) { const {deployments, getNamedAccounts} = hre; diff --git a/packages/core/deploy_polygon/999_helpers/01_deploy_batch_mint.ts b/packages/core/deploy_polygon/999_helpers/01_deploy_batch_mint.ts index 4cb5b8b088..b41d7f19c3 100644 --- a/packages/core/deploy_polygon/999_helpers/01_deploy_batch_mint.ts +++ b/packages/core/deploy_polygon/999_helpers/01_deploy_batch_mint.ts @@ -1,6 +1,6 @@ import {DeployFunction} from 'hardhat-deploy/types'; import {HardhatRuntimeEnvironment} from 'hardhat/types'; -import { skipUnlessL2 } from '../../utils/network'; +import {skipUnlessL2} from '../../utils/network'; const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) { const {deployments, getNamedAccounts} = hre;