mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
updated name and symbol
This commit is contained in:
parent
09cbb9e89a
commit
26cde36ec7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user