A comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.
Go to file
Adam R 88f26b09d1
[Internal] Retrieve trading pairs from PancakeSwap (#5355)
* Retrieve trading pairs from PancakeSwap.

* Retrieve trading pairs from Uniswap.

* Add doc link

* Lint fix

* Include decimals

* Move binance tokenlist generation to BinanceAction.

* Generate smartChain tokenlist, from base and pancakeswap pairs.

* Fix array types in tokenlists.ts

* Common writeToFile method, sort.

* Type fixes

* Revert tokenlist.json to master

* Include pairs with allowlisted coins only.

* Move assetID functions to common asset.ts

* Use common assetID functions.

* Use dynamic generation time.

* Keep constant generation time; Version in tokenlist.

* Count additions

* Update tokenlist version and timestamp if needed before save.

* No counting is needed in addXxxIfNeeded() functions.

* Tokenlist timestamp: take over if previous

* Update ethereum tokenlist with pairs from Uniswap.

* Increase query limit to 400 pairs.

* iDecimals always number, add decimal fields to Eth also.

* Include only pairs with primary tokens, add pair info to primary token only.

* Update base tokenlist (BSC) to current full list, in order not to remove any coins.

* Update base tokenlist (ETH) to current full list, in order not to remove any coins.

* Move out pair checks into common code.

* Add checks for volume and txCount.

* Assets tokenlist: Adjust token names for added tokens.

* Move parameters to central config.ts

* Nicer query string, compact

* Prevent change if subgraph API fails

* Reduce max limit in Pancakeswap query, with 400 often times out.

* Stricter error handling

* Reduce code duplication.

* Minor comment

* Display number of original tokens

* Lint fix

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-01-29 07:45:43 +01:00
.github Merge fee bot config: Change fee to TWT 500 (from 1000). (#5411) 2021-01-27 22:48:59 +01:00
blockchains [Internal] Retrieve trading pairs from PancakeSwap (#5355) 2021-01-29 07:45:43 +01:00
dapps added DApp image 2021-01-29 01:47:41 +08:00
script [Internal] Retrieve trading pairs from PancakeSwap (#5355) 2021-01-29 07:45:43 +01:00
test Add token list support for pairs on binance chain (#4428) 2020-10-13 18:20:42 -07:00
.eslintignore [internal] Set up Linting (#4040) 2020-09-18 16:39:31 +02:00
.eslintrc.js [internal] Set up Linting (#4040) 2020-09-18 16:39:31 +02:00
.gitignore Update .gitignore (#2587) 2020-07-03 23:44:40 +03:00
dangerfile.ts [internal] Script restructuring/refactoring (#4070) 2020-09-23 15:47:24 +02:00
Gemfile
Gemfile.lock Bump kramdown from 2.1.0 to 2.3.0 (#3140) 2020-08-08 06:11:37 +02:00
jest.config.js [Internal] New infra for runnig checks (not as jest tests) (#2938) 2020-08-06 21:17:38 +02:00
LICENSE
package-lock.json [Internal] Binance tokenlist update changes (#5377) 2021-01-25 15:23:03 +01:00
package.json [Internal] Binance tokenlist update changes (#5377) 2021-01-25 15:23:03 +01:00
README.md [internal] update documentation link (#4998) 2020-12-04 11:03:31 +01:00

Trust Wallet Assets Info

Check

Overview

Trust Wallet token repository is a comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.

Trust Wallet uses token logos from this source, alongside a number of other projects.

The repository contains token info from several blockchains, info on dApps, staking validators, etc. For every token a logo and optional additional information is available (such data is not available on-chain).

Such a large collection can be maintained only through a community effort, so contributions are welcome, primarily from token projects.

Please note that new tokens are not accepted, the projects have to be sound, with information available, and non-minimal circulation (for limit details see https://community.trustwallet.com/t/how-to-submit-a-token-logo/3863).

How to add token

Details of the repository structure and contribution guidelines are listed on the Developers site. Here is a quick starter summary for the most common use case.

Adding an ERC20 token checklist:

  • 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 blockchains/ethereum/assets/<token_smartcontract_address>/.
  • Tell your designer that token image must be in PNG format, recommended size 256x256px, max. 512x512px, with max file size of 100kB, for further details read image rules.
  • 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 a pull request to the main repo
  • Pay the processing fee

Documentation

For details, see the Developers site:

Disclaimer

Trust Wallet team allows anyone to submit new assets to this repository. However, this does not mean that we are in direct partnership with all of the projects.

Trust Wallet team will reject projects that are deemed as scam or fraudulent after careful review. Trust Wallet team reserves the right to change the terms of asset submissions at any time due to changing market conditions, risk of fraud, or any other factors we deem relevant.