From bcec27824634a8ff873caccbac342398015309a2 Mon Sep 17 00:00:00 2001 From: aazhou1 Date: Fri, 20 Dec 2024 01:27:33 -0800 Subject: [PATCH] compile hardhat --- hardhat-scripts/deploy-strategy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat-scripts/deploy-strategy.ts b/hardhat-scripts/deploy-strategy.ts index ac2b2fd..e8bdc61 100644 --- a/hardhat-scripts/deploy-strategy.ts +++ b/hardhat-scripts/deploy-strategy.ts @@ -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,