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 23efc07 commit 9b3da94Copy full SHA for 9b3da94
script/TokenDeployer.s.sol
@@ -16,7 +16,7 @@ contract TokenDeployer is Script {
16
17
uint256 public TOTAL_SUPPLY = 100_000_000 * WEI;
18
uint256 public COINLIST_SHARE = (TOTAL_SUPPLY * 400) / BASIS_POINTS;
19
- uint256 public COINLIST_FEE_SHARE = (TOTAL_SUPPLY * 45) / BASIS_POINTS;
+ uint256 public COINLIST_FEE_SHARE = (TOTAL_SUPPLY * 40) / BASIS_POINTS;
20
uint256 public OWNER_SHARE = TOTAL_SUPPLY - COINLIST_SHARE - COINLIST_FEE_SHARE;
21
22
function deploy() public returns (ERC1967Proxy token, EnsoToken implementation) {
0 commit comments