diff --git a/contracts/TokenInterfaces.sol b/contracts/TokenInterfaces.sol index 0c50c03..dfab978 100644 --- a/contracts/TokenInterfaces.sol +++ b/contracts/TokenInterfaces.sol @@ -46,10 +46,10 @@ contract TokenDelegatorStorage { address public implementation; /// @notice EIP-20 token name for this token - string public name = ""; // TODO - Replace it + string public name = "Instadapp"; /// @notice EIP-20 token symbol for this token - string public symbol = ""; // TODO - Replace it + string public symbol = "INST"; /// @notice Total number of tokens in circulation uint public totalSupply;