Skip to content

Commit

Permalink
feat(protocol): Change back token decimals (#13707)
Browse files Browse the repository at this point in the history
  • Loading branch information
adaki2004 committed May 4, 2023
1 parent 801162c commit 82f1677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/L1/TaikoToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract TaikoToken is EssentialContract, ERC20Upgradeable, IMintableERC20 {
ERC20Upgradeable.__ERC20_init({
name_: _name,
symbol_: _symbol,
decimals_: 18
decimals_: 8
});

for (uint256 i = 0; i < _premintRecipients.length; ++i) {
Expand Down

0 comments on commit 82f1677

Please sign in to comment.