|
1 | 1 | {
|
2 | 2 | "name": "@superfluid-finance/subgraph",
|
3 |
| - "version": "0.0.1", |
| 3 | + "version": "0.0.2", |
4 | 4 | "description": "Subgraph for the Superfluid Ethereum contracts",
|
5 | 5 | "homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/subgraph",
|
6 | 6 | "repository": "github:superfluid-finance/protocol-monorepo",
|
|
15 | 15 | "remove-local": "graph remove superfluid-test --node http://localhost:8020/",
|
16 | 16 | "deploy-local": "graph deploy superfluid-test --node http://localhost:8020/ --ipfs http://localhost:5001",
|
17 | 17 | "watch": "graph deploy superfluid-test --node http://localhost:8020/ --ipfs http://localhost:5001 --watch",
|
18 |
| - |
19 | 18 | "deploy": "graph deploy $SUBGRAPH_NAME --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs --access-token $THEGRAPH_ACCESS_TOKEN",
|
20 |
| - |
21 | 19 | "deploy:feature": "run-s deploy:feature:*",
|
22 | 20 | "prepare:feature:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
|
23 | 21 | "deploy:feature:goerli": "yarn prepare:feature:goerli && SUBGRAPH_NAME=superfluid-finance/protocol-feature-goerli yarn deploy",
|
24 |
| - |
25 | 22 | "deploy:dev": "run-s deploy:dev:*",
|
26 | 23 | "prepare:dev:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
|
27 | 24 | "deploy:dev:goerli": "yarn prepare:dev:goerli && SUBGRAPH_NAME=superfluid-finance/protocol-dev-goerli yarn deploy",
|
|
37 | 34 | "deploy:dev:xdai": "yarn prepare:dev:xdai && SUBGRAPH_NAME=superfluid-finance/protocol-dev-xdai yarn deploy",
|
38 | 35 | "prepare:dev:matic": "mustache config/matic.json subgraph.template.yaml > subgraph.yaml",
|
39 | 36 | "deploy:dev:matic": "yarn prepare:dev:matic && SUBGRAPH_NAME=superfluid-finance/protocol-dev-matic yarn deploy",
|
40 |
| - |
41 | 37 | "lint": "run-s lint:*",
|
42 | 38 | "lint:js-eslint": "eslint . --max-warnings=0 --report-unused-disable-directives --fix && echo '✔ Your .js files look good.'",
|
43 | 39 | "pre-commit": "true"
|
|
46 | 42 | "@decentral.ee/web3-helpers": "^0.5.3",
|
47 | 43 | "@graphprotocol/graph-cli": "0.21.1",
|
48 | 44 | "@graphprotocol/graph-ts": "0.20.0",
|
49 |
| - "@superfluid-finance/js-sdk": "0.5.2", |
| 45 | + "@superfluid-finance/js-sdk": "0.5.3", |
50 | 46 | "ganache-time-traveler": "^1.0.16",
|
51 | 47 | "mustache": "^4.2.0",
|
52 | 48 | "truffle": "^5.4.5"
|
|
0 commit comments