From 54be8e20119b2e27b3431093887fe2de903f5d5e Mon Sep 17 00:00:00 2001 From: 0xngmi <80541789+0xngmi@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:55:40 +0100 Subject: [PATCH] add rule on npm packages --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a4b9dc7340..42e8964c88 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,6 @@ POLYGON_RPC="..." ``` The name of each rpc is `{CHAIN-NAME}_RPC`, and the name we use for each chain can be found [here](https://github.com/DefiLlama/defillama-sdk/blob/master/src/providers.json) + +## Adapter rules +- Never add extra npm packages, if you need a chain-level package for your chain, ask us and we'll consider it, but we can't accept any npm package that is project-specific