Skip to content

Commit 4f99b48

Browse files
committed
update name for token
1 parent cd7f686 commit 4f99b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

token-contract/contracts/Token.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import "../../node_modules/openzeppelin-solidity/contracts/token/ERC20/MintableT
1212
* @dev INITIAL_SUPPLY is initial balance of tokens given to owner address
1313
*/
1414
contract Token is StandardToken, Ownable, MintableToken {
15-
string public name = "ThreshodlToken";
16-
string public symbol = "THDL";
15+
string public name = "TokenName";
16+
string public symbol = "TN";
1717
uint public decimals = 2;
1818
uint public INITIAL_SUPPLY = 120 * (10 ** decimals);
1919
address public owner;

0 commit comments

Comments
 (0)