Skip to content

Commit 05cf8ed

Browse files
author
ilitteri
committed
Update mint amounts
1 parent 8c6e8df commit 05cf8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

claim_contracts/src/AlignedToken.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ contract AlignedToken is
4343
__ERC20Burnable_init();
4444
__Ownable2Step_init(); // default is msg.sender
4545
_transferOwnership(_foundation);
46-
_mint(_foundation, 7_300_000_000e18); // 7.3 billion
47-
_mint(_claimSupplier, 2_700_000_000e18); // 2.7 billion
46+
_mint(_foundation, 7_400_000_000e18); // 7.4 billion
47+
_mint(_claimSupplier, 2_600_000_000e18); // 2.6 billion
4848
}
4949

5050
/// @notice Mints `amount` of tokens.

0 commit comments

Comments
 (0)