Skip to content

Commit 07e07c6

Browse files
committed
initial reserves immutable
1 parent 6fbe951 commit 07e07c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/MaglevBase.sol

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ abstract contract MaglevBase is EVCUtil, Ownable {
1717
uint112 public immutable debtLimit0;
1818
uint112 public immutable debtLimit1;
1919
uint256 public immutable feeMultiplier;
20+
uint112 public immutable initialReserve0;
21+
uint112 public immutable initialReserve1;
2022

2123
uint112 public reserve0;
2224
uint112 public reserve1;
2325
uint32 private locked;
2426

25-
uint112 public initialReserve0;
26-
uint112 public initialReserve1;
27-
2827
error Reentrancy();
2928
error Overflow();
3029
error UnsupportedPair();

0 commit comments

Comments
 (0)