From b0c04a6073f02ca7450fc2261859cdf89cddf0ad Mon Sep 17 00:00:00 2001 From: Rekard0 <5880388+Rekard0@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:12:31 +0100 Subject: [PATCH] Clean up and comments --- packages/contracts/deploy/new/10_framework/99_verifiy_step.ts | 1 - packages/contracts/hardhat.config.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/contracts/deploy/new/10_framework/99_verifiy_step.ts b/packages/contracts/deploy/new/10_framework/99_verifiy_step.ts index c3a6b9b96..30a961aaf 100644 --- a/packages/contracts/deploy/new/10_framework/99_verifiy_step.ts +++ b/packages/contracts/deploy/new/10_framework/99_verifiy_step.ts @@ -204,5 +204,4 @@ func.tags = [ 'PluginRepoFactory', 'PluginSetupProcessor', 'DAOFactory', - 'Batch-11', ]; diff --git a/packages/contracts/hardhat.config.ts b/packages/contracts/hardhat.config.ts index 435e27e28..23967318c 100644 --- a/packages/contracts/hardhat.config.ts +++ b/packages/contracts/hardhat.config.ts @@ -148,7 +148,7 @@ const config: HardhatUserConfig = { arbitrumSepolia: process.env.ARBISCAN_KEY || '', modeTestnet: 'modeTestnet', modeMainnet: 'modeMainnet', - peaq: '1', // can be set to null + peaq: '1', // It can be set to null. date: 26/Feb/2025 }, customChains: [ {