Skip to content

Commit

Permalink
Remove paragraph about default token list (MetaMask#151)
Browse files Browse the repository at this point in the history
At the moment the `eth-contract-metadata` repo is swamped with
unreviewed issues and PRs, so effectively we are not accepting new
tokens at the moment. Even though this paragraph does a lot to dissuade
people from submitting their token for inclusion, it still gives a
false impression.

I've removed it for now, but we can restore it again as soon as we have
a plan for how to handle these requests going forward. Hopefully this
is soon.
  • Loading branch information
Gudahtt authored Jul 16, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6a6d6a3 commit 6bc6d64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/guide/registering-your-token.md
Original file line number Diff line number Diff line change
@@ -47,9 +47,3 @@ try {
console.log(error);
}
```

## Default Token List

If you're a major and popular token, you may qualify to be listed in our [eth-contract-metadata](https://github.com/MetaMask/eth-contract-metadata) registry. This is a centralized solution and takes a larger toll on our development team, so we prefer to avoid the politics of picking and choosing tokens that get auto-detected in users' accounts, so please see if the EIP-747 method above can suit your needs before submitting a new token there for inclusion.

If you have a user on your site, asking them to click once to add a token is a small burden on them, and allows you to leverage the trusting relationship you already have with your user instead of our central repository.

0 comments on commit 6bc6d64

Please sign in to comment.