Mills

Results 3 comments of Mills

Agreed. `lerna publish` should run in CI after a merge to master and not from a local workstation.

@ianlapham This is a good question. Also, the [docs](https://docs.uniswap.org/api/subgraph/overview) point to your version (https://api.thegraph.com/subgraphs/name/ianlapham/uniswapv2) instead of https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2. Which one is preferred?

`[Mint]!` means that the List itself can't be null, `[Mint!]` means that the List can be Nullable, but none of its members can, and `[Mint!]!` means that neither the List's...