updated name and symbol

This commit is contained in:
Thrilok Kumar 2021-04-02 04:09:40 +05:30
parent 09cbb9e89a
commit 26cde36ec7

View File

@ -46,10 +46,10 @@ contract TokenDelegatorStorage {
address public implementation; address public implementation;
/// @notice EIP-20 token name for this token /// @notice EIP-20 token name for this token
string public name = "<Token Name>"; // TODO - Replace it string public name = "Instadapp";
/// @notice EIP-20 token symbol for this token /// @notice EIP-20 token symbol for this token
string public symbol = "<TKN>"; // TODO - Replace it string public symbol = "INST";
/// @notice Total number of tokens in circulation /// @notice Total number of tokens in circulation
uint public totalSupply; uint public totalSupply;