We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4c762 commit fb474f7Copy full SHA for fb474f7
contracts/WAMPL.sol
@@ -32,7 +32,7 @@ contract WAMPL is ERC20, ERC20Permit {
32
// Constants
33
34
/// @dev The maximum wAMPL supply.
35
- uint256 public constant MAX_WAMPL_SUPPLY = 10000000 * (10**18);
+ uint256 public constant MAX_WAMPL_SUPPLY = 10000000 * (10**18); // 10 M
36
37
//--------------------------------------------------------------------------
38
// Attributes
0 commit comments