Skip to content

Commit 6e43da3

Browse files
clean
1 parent 32ddf9d commit 6e43da3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/MaglevBase.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ abstract contract MaglevBase is IMaglevBase, EVCUtil {
1313
address public immutable asset0;
1414
address public immutable asset1;
1515
address public immutable myAccount;
16-
uint112 public immutable debtLimit0;
17-
uint112 public immutable debtLimit1;
1816
uint256 public immutable feeMultiplier;
1917

2018
uint112 internal reserve0;

src/interfaces/IMaglevBase.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ interface IMaglevBase {
1212
function asset0() external view returns (address);
1313
function asset1() external view returns (address);
1414
function myAccount() external view returns (address);
15-
function debtLimit0() external view returns (uint112);
16-
function debtLimit1() external view returns (uint112);
1715
function feeMultiplier() external view returns (uint256);
1816
function getReserves() external view returns (uint112, uint112, uint32);
1917
}

0 commit comments

Comments
 (0)