Skip to content

Commit

Permalink
fix: task
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Feb 1, 2024
1 parent e4a2dfd commit cf6d058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/tasks/market/risk/supply-caps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default task("market:set-supply-cap", "Pauses borrowing on a market")
await tx.wait();

const newSupplyCapSet = await pool.callStatic.supplyCaps(cToken.address);
console.log(`New supply cap set: ${newSupplyCapSet.toNumber()}`);
console.log(`New supply cap set: ${newSupplyCapSet.toString()}`);
});

task("market:set-supply-cap-whitelist", "Pauses borrowing on a market")
Expand Down

0 comments on commit cf6d058

Please sign in to comment.