correct logo info and fix links (#14387)

This commit is contained in:
CryptoA 2021-10-15 21:33:22 -04:00 committed by GitHub
parent f7dbe75c71
commit ccaf42ca97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ Here is a quick starter summary for the most common use case.
- [ ] Make sure your smartcontract has more than 5000 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, avoid transparent background, recommended size 256x256px, max. 512x512px, with max file size of 100kB, for further details read [image rules](https://developer.trustwallet.com/add_new_asset#image-requirements).
- [ ] Tell your designer that token image must be in PNG format, preferably transparent background, recommended size 256x256px, with max file size of 100kB, for further details read [image rules](https://developer.trustwallet.com/assets/requirements).
- [ ] Upload your logo with file named `logo.png` to previously created folder with smartcontract address, and if you done all correctly your path should look like this. `blockchains/ethereum/assets/0x1234567461d3f8Db7496581774Bd869C83D51c93/logo.png`
- [ ] Create `info.json` file with info about the token/project
- [ ] Create a pull request to the main repo
@ -46,7 +46,7 @@ For details, see the [Developers site](https://developer.trustwallet.com/add_new
- [Contribution guidelines](https://developer.trustwallet.com/add_new_asset#contribution-guidelines)
- [Repository details](https://developer.trustwallet.com/add_new_asset#repository-details)
- [FAQ](https://developer.trustwallet.com/assets/faq)
## Scripts