Fixed incorrect amount

This commit is contained in:
Julien Eluard 2018-10-25 09:06:03 +02:00 committed by Julien Eluard
parent 9462466b7d
commit 403e130cd6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ DApp to register usernames for Status Network, using ENS subnodes as usernames a
### Stateofus.eth Terms of name registration
- 100 SNT is deposited, not spent; the amount is locked up for 1 year; only user can control their deposited funds.
- Funds are deposited for 1 year. Your SNT will be locked, but not spent.
- After 1 year, the user can release the name for being registered again, and receive their deposit back.
- Usernames are created as a subdomain of `stateofus.eth` [ENS domain](https://ens.domains/).
- Usernames not allowed are less then 4 characters, or contained in this list (link to list), or starts with `0x` and more then 12 characters.

View File

@ -16,7 +16,7 @@ const WelcomeContent = () => (
className="ens-welcome__highlight">myname.stateofus.eth</span></div>
</li>
<li className="item">
<div className="title">100 SNT to register</div>
<div className="title">10 SNT to register</div>
<div className="text">Register once to keep the name forever. After 1 year, you can release the name and get
your SNT back.
</div>