Skip to content

Commit 5fdd975

Browse files
committed
send caps to 0.1
1 parent 634153a commit 5fdd975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/mips/mip-x36/mip-x36.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ contract mipx36 is HybridProposal {
2828

2929
string public constant override name = "MIP-X36";
3030

31-
uint256 public constant NEW_SUPPLY_CAP = 0;
32-
uint256 public constant NEW_BORROW_CAP = 0;
31+
uint256 public constant NEW_SUPPLY_CAP = 0.1;
32+
uint256 public constant NEW_BORROW_CAP = 0.1;
3333

3434
// Storage for deployed oracles
3535
ChainlinkCompositeOracle public baseWrsethOracle;

0 commit comments

Comments
 (0)