updated readme.md

changed address holders from 500 to 2,500
This commit is contained in:
zachzwei 2020-11-02 14:35:16 +08:00
parent ae4418002a
commit 0f353fe8fc

View File

@ -26,7 +26,7 @@ Details of the repository structure and contribution guidelines are listed on th
Here is a quick starter summary for the most common use case.
**Adding an ERC20 token checklist**:
- [ ] Make sure your smartcontract has more than 500 address holders, otherwise you will be rejected
- [ ] Make sure your smartcontract has more than 2,500 address holders, otherwise you will be rejected
- [ ] Fork the Github repository
- [ ] Create folder with name of token smartcontact address in [_checksum format_](https://developer.trustwallet.com/add_new_asset#checksum_format) `blockchains/ethereum/assets/<token_smartcontract_address>/`.
- [ ] Tell your designer that token image must be in PNG format, max size: 512x512px, with max file size of 100kB, for further details read [image rules](https://developer.trustwallet.com/add_new_asset#image-requirements).