diff --git a/contracts/compound/Comptroller.sol b/contracts/compound/Comptroller.sol index 1d984c5e..a10e81b7 100644 --- a/contracts/compound/Comptroller.sol +++ b/contracts/compound/Comptroller.sol @@ -1222,7 +1222,6 @@ contract Comptroller is ComptrollerBase, ComptrollerInterface, ComptrollerErrorR uint256 err = _supportMarket(cToken); IFeeDistributor(ionicAdmin).authoritiesRegistry().reconfigureAuthority(address(this)); - //supplyCaps[address(cToken)] = 1; // Set collateral factor return err == uint256(Error.NO_ERROR) ? _setCollateralFactor(cToken, collateralFactorMantissa) : err; diff --git a/contracts/test/DevTesting.t.sol b/contracts/test/DevTesting.t.sol index b9d07741..a32dd851 100644 --- a/contracts/test/DevTesting.t.sol +++ b/contracts/test/DevTesting.t.sol @@ -184,8 +184,8 @@ contract DevTesting is BaseTest { address(pool), ap.getAddress("FeeDistributor"), 0x21a455cEd9C79BC523D4E340c2B97521F4217817, // irm - jump rate model on mode - "Renzo Restaked ETH", - "ezETH", + "Ionic Renzo Restaked ETH", + "ionezETH", 0.10e18, 0.10e18 ),