0.2.13 • Published 3 years ago
cronos-addressbook v0.2.13
��# PLEASE READ
Address-book has been moved to https://github.com/beefyfinance/beefy-api. To contribute, please raise Pull requests there. New contributions will not be merged here.
From a package consumer standpoint nothing has changed: the package will continue with the same name and versioning scheme, consuming is the same as previously.
address-book
A collection of useful addresses on EVM chains for defi development
Contributing (Please read above, leaving this here for historical reasons)
- Read the CONTRIBUTING doc first
- run
yarn
. This will install the packages and prepare husky pre-commit hook - Add addresses:
- If new platform:
- Add a file for the platform (i.e pancakeswap) under the respective chain in address-book/
- Add the third party contracts in an object there and export the object.
- Add the export to the chain's index.ts file.
- For tokens:
- Add to respective token.ts file, with token symbol as key. Make sure the decimals are correct for the token. Usually you can find this info via the chain's block explorer.
- If new platform:
- Try to commit the change. If it fails, its because the address isn't passing the checksum check. Look at the console output and paste the correct address.
- Once commit goes through, raise a PR
- If the checksum passes, a maintainer will review it and merge it
- Once merged, the package version will be bumped and the package will be published. Run
yarn upgrade
in the consuming repo to consume the new package version.
0.2.13
3 years ago
0.2.12
3 years ago
0.2.11
3 years ago
0.2.10
4 years ago
0.2.8
4 years ago
0.2.7
4 years ago
0.2.6
4 years ago
0.2.5
4 years ago
0.2.4
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.9
4 years ago
0.1.8
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago