Skip to content

Commit

Permalink
update zkl name
Browse files Browse the repository at this point in the history
  • Loading branch information
zkbenny committed Jun 27, 2024
1 parent bdd4f72 commit cd87b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/dev-contracts/ZkLinkToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract ZkLinkToken is
function initialize() external initializer {
__Ownable_init();
__UUPSUpgradeable_init();
__ERC20_init("ZKLink", "ZKL");
__ERC20_init("zkLink Token", "ZKL");
__ERC20Permit_init("ZKLink");
__ERC20Capped_init(1000000000000000000000000000);
}
Expand Down

0 comments on commit cd87b1c

Please sign in to comment.