Skip to content

Commit

Permalink
Merge pull request #834 from etherisc/feature/crop-pool-deployment-fix
Browse files Browse the repository at this point in the history
fix crop pool deploy script
  • Loading branch information
doerfli authored Dec 31, 2024
2 parents b63ca5a + 579e7ed commit 1ad7d45
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 1ad7d45

Please sign in to comment.