Skip to content

Commit

Permalink
feat: remove test workflow changes from core contract
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 5, 2024
1 parent 6513217 commit 6c698c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/contracts/src/dollar/core/UbiquityAmoMinter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ contract UbiquityAmoMinter is Ownable {
uint256 public immutable collateralIndex; // Index of the collateral in the pool
uint256 public immutable missingDecimals;
int256 public collateralBorrowCap = int256(100_000e18);
uint256 public JUST_A_TEST = 0;
uint256 public JUST_A_TEST_1 = 10;

/// @notice Mapping for tracking borrowed collateral balances per AMO
mapping(address => int256) public collateralBorrowedBalances;
Expand Down

0 comments on commit 6c698c9

Please sign in to comment.