Initial commit
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
abis/factory.json
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "uniswap-v2-subgraph", | |||
| "version": "1.0.0", | |||
| "repository": "https://github.com/graphprotocol/uniswap-v2-subgraph", | |||
| "license": "GPL-3.0-or-later", | |||
| "scripts": { | |||
| "codegen": "graph codegen --output-dir src/types/", | |||
| "build": "graph build", | |||
| "create-local": "graph create davekaj/uniswap --node http://127.0.0.1:8020", | |||
| "deploy-local": "graph deploy davekaj/uniswap --debug --ipfs http://localhost:5001 --node http://127.0.0.1:8020", | |||
| "deploy": "graph deploy ianlapham/uniswap-v2-dev --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --debug", | |||
| "deploy-staging": "graph deploy $THE_GRAPH_GITHUB_USER/$THE_GRAPH_SUBGRAPH_NAME /Uniswap --ipfs https://api.staging.thegraph.com/ipfs/ --node https://api.staging.thegraph.com/deploy/", | |||
| "watch-local": "graph deploy graphprotocol/Uniswap2 --watch --debug --node http://127.0.0.1:8020/ --ipfs http://localhost:5001" | |||
| }, | |||
| "devDependencies": { | |||
| "@graphprotocol/graph-cli": "^0.21.3", | |||
| "@graphprotocol/graph-ts": "^0.20.1", | |||
| "@typescript-eslint/eslint-plugin": "^2.0.0", | |||
| "@typescript-eslint/parser": "^2.0.0", | |||
| "eslint": "^6.2.2", | |||
| "eslint-config-prettier": "^6.1.0", | |||
| "prettier": "^1.18.2", | |||
| "typescript": "^3.5.2" | |||
| } | |||
| } |
schema.graphql
0 → 100644
src/mappings/blocks.ts
0 → 100644
subgraph.yaml
0 → 100644
test.txt
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment