Skip to content

Commit fb474f7

Browse files
Update contracts/WAMPL.sol
Co-authored-by: Brandon Iles <brandon@fragments.org>
1 parent de4c762 commit fb474f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/WAMPL.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ contract WAMPL is ERC20, ERC20Permit {
3232
// Constants
3333

3434
/// @dev The maximum wAMPL supply.
35-
uint256 public constant MAX_WAMPL_SUPPLY = 10000000 * (10**18);
35+
uint256 public constant MAX_WAMPL_SUPPLY = 10000000 * (10**18); // 10 M
3636

3737
//--------------------------------------------------------------------------
3838
// Attributes

0 commit comments

Comments
 (0)