Skip to content

Commit

Permalink
fix crop pool deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Dec 23, 2024
1 parent 4f4b737 commit 579e7ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/deploy_crop_components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
Expand Down

0 comments on commit 579e7ed

Please sign in to comment.