Skip to content

Commit

Permalink
compile hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Dec 20, 2024
1 parent ae935f1 commit bcec278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat-scripts/deploy-strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function buildStrategyParams(
process.env.REPOTOKEN_CONCENTRATION_LIMIT!;
const newRequiredReserveRatio = process.env.NEW_REQUIRED_RESERVE_RATIO!;

await checkUnderlyingVaultAsset(asset, yearnVaultAddress, managedSigner);
//await checkUnderlyingVaultAsset(asset, yearnVaultAddress, managedSigner);

return {
asset,
Expand Down

0 comments on commit bcec278

Please sign in to comment.