diff --git a/README.md b/README.md index f54f77a..83f20b2 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,21 @@ yarn test:lint # run prettier linter - TheGraph docs for [testing mappings](https://thegraph.com/docs/en/developing/unit-testing-framework/) +### Deploy the subgraph + +```bash +./bin/deploy.sh goldsky +./bin/deploy.sh 0xgraph + +# or both +./bin/deploy.sh goldsky 0xgraph +``` + # TODO list -- feat: add APR - feat: add P&L -- feat: handle boosts - feat: handle zap? - feat: fetch vault fees %? -- feat: add protocol-level gas savings? +- feat: interaction counts at the vault level? +- improve: pyth oracles? +- improve: add more tests