mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
correct logo info and fix links (#14387)
This commit is contained in:
parent
f7dbe75c71
commit
ccaf42ca97
|
@ -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
|
- [ ] Make sure your smartcontract has more than 5000 address holders, otherwise you will be rejected
|
||||||
- [ ] Fork the Github repository
|
- [ ] 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>/`.
|
- [ ] 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`
|
- [ ] 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 `info.json` file with info about the token/project
|
||||||
- [ ] Create a pull request to the main repo
|
- [ ] 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)
|
- [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
|
## Scripts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user