mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-10 05:18:05 +00:00
d5608f637a
* Analyse entity aggregations in uniswap subgraph. * Analyse entity aggregation for Day data and Hour data entities. * Design notes. * Reorg, split analysis files. Co-authored-by: nikugogoi <95nikass@gmail.com>
15 lines
403 B
JSON
15 lines
403 B
JSON
{
|
|
"name": "@vulcanize/uniswap",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"generate:schema": "get-graphql-schema https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v3-alt > schema/full.graphql",
|
|
"lint:schema": "graphql-schema-linter"
|
|
},
|
|
"devDependencies": {
|
|
"get-graphql-schema": "^2.1.2",
|
|
"graphql-schema-linter": "^2.0.1"
|
|
}
|
|
}
|