From 99e15026e947053a79a705d95c428b4dc5a51eeb Mon Sep 17 00:00:00 2001 From: halaprix Date: Tue, 12 Nov 2024 13:05:11 +0100 Subject: [PATCH] chore: remove wrapper --- .../types/deployment-config/config-entries.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/deploy-configurations/types/deployment-config/config-entries.ts b/packages/deploy-configurations/types/deployment-config/config-entries.ts index 0ca7e82f2..94afb237b 100644 --- a/packages/deploy-configurations/types/deployment-config/config-entries.ts +++ b/packages/deploy-configurations/types/deployment-config/config-entries.ts @@ -33,7 +33,6 @@ export type SystemContracts = | SparkActions | MorphoBlueActions | TestContractNames - | Wrapper export type Contracts = SystemContracts | ExternalContracts