apeswap-lists
v1.0.0
Published
## How to Manage this Repo
Downloads
7
Readme
apeswap-lists
How to Manage this Repo
When you would like to make an edit to one of the lists in this repo, please only edit the .ts
files. This is for better type control and to reduce the chance of errors. To apply the chnages run yarn
in the console.
For example, to edit a farm:
- Open the
constants/farms.ts
file - Make the edits & save
- Run
yarn
oryarn start
to apply these changes to the corresponding JSON files - Commit to the Github repo
Humans interact with the TypeScript files & our services pull in the JSON files! ❤️