diff --git a/ERC20.sol b/ERC20.sol index 602524c..112d7d1 100644 --- a/ERC20.sol +++ b/ERC20.sol @@ -47,8 +47,8 @@ contract CodeWithJoe is ERC20Interface, SafeMath { * Initializes contract with initial supply tokens to the creator of the contract */ constructor() public { - name = "CodeWithJoe"; - symbol = "CWJ"; + name = "JALALCOIN"; + symbol = "GLC"; decimals = 18; _totalSupply = 100000000000000000000000000;