status-im / ens-usernames

DApp to register usernames for Status Network
MIT License
19 stars 11 forks source link

Change references of "TestToken" in code and docs to "SNT" or simply "Token". #81

Open 3esmit opened 5 years ago

3esmit commented 5 years ago

TestToken was used in development and is confusing. Mainnet uses real SNT, not a TestToken, so the name in code is incorrect.

The requirement of Token contract is to be compatible with "ApproveAndCall" interface.