Skip to content

Commit

Permalink
chore(protocol): update protocol token settings (#13078)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Jan 31, 2023
1 parent d7401a2 commit d69c369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/protocol/contracts/L1/TkoToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ contract TkoToken is EssentialContract, ERC20Upgradeable, IMintableERC20 {
function init(address _addressManager) external initializer {
EssentialContract._init(_addressManager);
ERC20Upgradeable.__ERC20_init({
name_: "Taiko USD Stablecoin Token",
symbol_: "tkUSD",
decimals_: 6
name_: "Taiko Token",
symbol_: "TKO",
decimals_: 18
});
}

Expand Down

0 comments on commit d69c369

Please sign in to comment.