Skip to content

Commit

Permalink
feat: modify a core contract to test storage check workflow should no…
Browse files Browse the repository at this point in the history
…t pass with collision
  • Loading branch information
zugdev committed Oct 5, 2024
1 parent a6477bc commit 8113e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/src/dollar/core/UbiquityAmoMinter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ 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;

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

0 comments on commit 8113e5e

Please sign in to comment.