Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 457 Bytes

sdk

npm i
npm run build
npm t
npm run format

Publish

bash patchAndPublish.sh

Keys

POLYGON_RPC="https://..."
ETHEREUM_RPC="https://..."
BSC_RPC="https://..."

Chain RPC PR

Before putting up a PR for new chain, check if we already support it here: https://unpkg.com/@defillama/sdk@latest/build/providers.json

Everytime we publish a new sdk version, we automically pull latest list from chainlist.org and include it.