Skip to content

Commit 553038c

Browse files
committed
test: update collateral factor for cSonic
1 parent 75a99a2 commit 553038c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Deployment.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ contract DeploymentTest is Test {
420420
// Check collateral factor of $S
421421
(bool isSonicListed, uint256 sonicCollateralFactorMantissa) = comptroller.markets(address(cSonic));
422422
require(isSonicListed, "Market should be listed");
423-
require(sonicCollateralFactorMantissa == 0.7e18, "Collateral factor should be 0.7e18");
423+
require(sonicCollateralFactorMantissa == 0.75e18, "Collateral factor should be 0.7e18");
424424

425425
console.log("Sonic collateral factor", sonicCollateralFactorMantissa);
426426

0 commit comments

Comments
 (0)