From c3b8dd9dca5e4a324ede2983aab2466acfaf1e87 Mon Sep 17 00:00:00 2001 From: anonployed <164473726+anonployed@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:03:59 +0100 Subject: [PATCH] Update README.md Corrected typos: Corrected "suppoert" to "support". Changed "offical" to "official". Changed "in own custom token list" to "our own custom token list". Changed "usd" to "USD". Added a comma after "spam" in "spam/fee taking token" to "spam/fee-taking token". --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index eb82b78..f3ab9a3 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,18 @@ LI.FI supports any token passed to the API as long as we can validate it and fin The API exposes a list of tokens that UIs can use as default to give their users tokens to choose from. e.g. our widget uses that list: https://li.quest/v1/tokens -We automatically include tokens in that token list if they are listed in one of the token list we support: -- lists of assets the bridges suppoert -- offical lists of exchanges we support -- in own custom token list (this repository) +We automatically include tokens in that token list if they are listed in one of the token lists we support: +- lists of assets the bridges support +- official lists of exchanges we support +- our own custom token list (this repository) And if we can validate the token: -- we can find usd prices via debank or zerion APIs -- the token is not a spam/fee taking token +- we can find USD prices via Debank or Zerion APIs +- the token is not a spam/fee-taking token ## How to add your token -To add your token find the file representing the chain your token is in in the **tokens** folder. +To add your token find the file representing the chain your token is in in the **tokens** folder. Add your token as the last element in the list (don't forget the `,` after the previous token): ```json @@ -25,10 +25,11 @@ Add your token as the last element in the list (don't forget the `,` after the p "chainId": 42161, "logoURI": "https://yoursite.com/token.svg", <= permanent link to an image of your token "decimals": 18, - "name": "nice Name", + "name": "Nice Name", "symbol": "SYMBOL" } ] + ``` -Create a PR with the change describing why we should add that token. Link your project, coingecko and profiles so we can validate the token. +Create a PR with the change describing why we should add that token. Link your project, CoinGecko and profiles so we can validate the token.