mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Update README with info on checks. (#6081)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
9270b906c0
commit
e30d92f371
|
@ -61,6 +61,13 @@ There are several scripts available for maintainers:
|
|||
- `npm test` -- Run script unit tests
|
||||
- `npm lint` -- Run Lint static code check
|
||||
|
||||
## On Checks
|
||||
|
||||
This repo contais a set of scripts for verification of all the information. Implemented as Typescript scripts, available through `npm run check`, and executed in CI build; checks the whole repo.
|
||||
There are similar check logic implemeted:
|
||||
- in assets-management app; for checking changed token files in PRs, or when creating a PR. Implemented as a Typescript library, checks diffs, can be run from browser environment.
|
||||
- in merge-fee-bot, which runs as a GitHub app shows result in PR comment. Also uses library, but executes in a non-browser environment.
|
||||
|
||||
## Trading pair maintenance
|
||||
|
||||
Info on supported trading pairs are stored in `tokenlist.json` files.
|
||||
|
|
Loading…
Reference in New Issue
Block a user