From 934e155eb17aca25a61b6c53d5c95b4f3e660d77 Mon Sep 17 00:00:00 2001 From: jalalc0in <93490852+jalalc0in@users.noreply.github.com> Date: Sun, 31 Oct 2021 22:52:10 +0300 Subject: [PATCH] Update ERC20.sol --- ERC20.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;