Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Mar 25, 2024
1 parent 1c56d8a commit 9969308
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <network> goldsky
./bin/deploy.sh <network> 0xgraph

# or both
./bin/deploy.sh <network> 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

0 comments on commit 9969308

Please sign in to comment.