From 579e7eda43b227c5b7a002fcbf0e8c2631487871 Mon Sep 17 00:00:00 2001 From: Marc Doerflinger Date: Mon, 23 Dec 2024 15:37:43 +0000 Subject: [PATCH] fix crop pool deploy script --- scripts/deploy_crop_components.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/deploy_crop_components.ts b/scripts/deploy_crop_components.ts index 41d5295a..bc1a5c5e 100644 --- a/scripts/deploy_crop_components.ts +++ b/scripts/deploy_crop_components.ts @@ -269,7 +269,8 @@ export async function deployCropComponentContracts( UFixedLib: ufixedLibAddress, VersionLib: versionLibAddress, } - }); + }, + "contracts/examples/crop/CropPool.sol:CropPool"); const cropPool = cropPoolBaseContract as CropPool; logger.info(`registering CropPool on CropProduct`);