Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vminkov committed Mar 20, 2024
1 parent 27b0e49 commit e00e198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion contracts/compound/Comptroller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions contracts/test/DevTesting.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit e00e198

Please sign in to comment.