diff --git a/core/simulations/helpers/createVaultWithCollateral.ts b/core/simulations/helpers/createVaultWithCollateral.ts index 798d563d9..0634225c5 100644 --- a/core/simulations/helpers/createVaultWithCollateral.ts +++ b/core/simulations/helpers/createVaultWithCollateral.ts @@ -38,7 +38,6 @@ import { overwriteStabilityFeeAccumulationRate } from '../../helpers/hardhat/ove import detectProxyTarget from '../../helpers/detectProxyTarget'; const UNSUPPORTED_COLLATERAL_TYPES = [ - 'RETH-A', // [temporary] this collateral is not yet deployed, tested via different flow 'TUSD-A', // [proxy] this collateral has a proxy-token contract and fallback solution does not work since JOIN contract does not have sufficient funds ];