Navigation Menu

Skip to content

Commit

Permalink
Fixed incorrect amount
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Oct 25, 2018
1 parent 9462466 commit 403e130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/components/ens/welcome.js
Expand Up @@ -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>
Expand Down

0 comments on commit 403e130

Please sign in to comment.