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 8c6e8df commit 05cf8edCopy full SHA for 05cf8ed
claim_contracts/src/AlignedToken.sol
@@ -43,8 +43,8 @@ contract AlignedToken is
43
__ERC20Burnable_init();
44
__Ownable2Step_init(); // default is msg.sender
45
_transferOwnership(_foundation);
46
- _mint(_foundation, 7_300_000_000e18); // 7.3 billion
47
- _mint(_claimSupplier, 2_700_000_000e18); // 2.7 billion
+ _mint(_foundation, 7_400_000_000e18); // 7.4 billion
+ _mint(_claimSupplier, 2_600_000_000e18); // 2.6 billion
48
}
49
50
/// @notice Mints `amount` of tokens.
0 commit comments