Skip to content

Commit 4cb2573

Browse files
committed
updated name and symbol
1 parent b6f26c1 commit 4cb2573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/InviteToken.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ contract WhiteListedContracts is Ownable {
205205
contract InviteToken is Ownable,StandardToken,WhiteListedContracts {
206206
using SafeMath for uint256;
207207

208-
string constant public name = 'SpringRole Pre Mint Token';
209-
string constant public symbol = 'SRPMT';
208+
string constant public name = 'Invite Token';
209+
string constant public symbol = 'INVITE';
210210
uint constant public decimals = 18;
211211
uint256 public totalSupply;
212212
uint256 public maxSupply;

0 commit comments

Comments
 (0)