Skip to content

Commit 9b3da94

Browse files
update fee
1 parent 23efc07 commit 9b3da94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/TokenDeployer.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contract TokenDeployer is Script {
1616

1717
uint256 public TOTAL_SUPPLY = 100_000_000 * WEI;
1818
uint256 public COINLIST_SHARE = (TOTAL_SUPPLY * 400) / BASIS_POINTS;
19-
uint256 public COINLIST_FEE_SHARE = (TOTAL_SUPPLY * 45) / BASIS_POINTS;
19+
uint256 public COINLIST_FEE_SHARE = (TOTAL_SUPPLY * 40) / BASIS_POINTS;
2020
uint256 public OWNER_SHARE = TOTAL_SUPPLY - COINLIST_SHARE - COINLIST_FEE_SHARE;
2121

2222
function deploy() public returns (ERC1967Proxy token, EnsoToken implementation) {

0 commit comments

Comments
 (0)