Skip to content

Commit

Permalink
feat: add a non colliding variable to core contract to test storage c…
Browse files Browse the repository at this point in the history
…heck workflow
  • Loading branch information
zugdev committed Oct 5, 2024
1 parent 6c698c9 commit f344231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contracts/src/dollar/core/UbiquityAmoMinter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ contract UbiquityAmoMinter is Ownable {
/// @notice Mapping to track active AMOs
mapping(address => bool) public Amos;

uint256 public TEST_VARIABLE;

/* ========== CONSTRUCTOR ========== */

/**
Expand Down

0 comments on commit f344231

Please sign in to comment.