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,