Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkato committed Aug 19, 2024
1 parent 606dd6b commit 15f8063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/FeeContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ contract FeeContract is Initializable, OwnableUpgradeable, UUPSUpgradeable {

/// @notice upgrade event when the proxy updates the implementation it's pointing to
event Upgrade(address implementation);

// === Constants ===
//
/// @notice max amount allowed to be deposited to prevent fat finger errors
// @TODO confirm this amount with product

uint256 public constant maxDepositAmount = 1 ether;

uint256 public constant minDepositAmount = 0.001 ether;
Expand Down

0 comments on commit 15f8063

Please sign in to comment.