-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 2.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "stakewise-subgraphs",
"version": "1.5.0",
"description": "Subgraphs for the StakeWise Protocol",
"repository": "https://github.com/stakewise/subgraphs",
"license": "AGPL-3.0-only",
"private": true,
"scripts": {
"build:goerli": "npm run --prefix=./subgraphs/ethereum build:goerli && npm run --prefix=./subgraphs/stakewise build:goerli && npm run --prefix=./subgraphs/uniswap-v3 build:goerli",
"deploy:goerli": "npm run --prefix=./subgraphs/ethereum deploy:goerli && npm run --prefix=./subgraphs/stakewise deploy:goerli && npm run --prefix=./subgraphs/uniswap-v3 deploy:goerli",
"build:mainnet": "npm run --prefix=./subgraphs/ethereum build:mainnet && npm run --prefix=./subgraphs/stakewise build:mainnet && npm run --prefix=./subgraphs/uniswap-v3 build:mainnet",
"deploy:mainnet": "npm run --prefix=./subgraphs/ethereum deploy:mainnet && npm run --prefix=./subgraphs/stakewise deploy:mainnet && npm run --prefix=./subgraphs/uniswap-v3 deploy:mainnet",
"deploy:mainnet:local": "npm run --prefix=./subgraphs/ethereum deploy:mainnet:local && npm run --prefix=./subgraphs/stakewise deploy:mainnet:local && npm run --prefix=./subgraphs/uniswap-v3 deploy:mainnet:local",
"build:harbour_goerli": "npm run --prefix=./subgraphs/stakewise build:harbour_goerli",
"deploy:harbour_goerli": "npm run --prefix=./subgraphs/stakewise deploy:harbour_goerli",
"build:harbour_mainnet": "npm run --prefix=./subgraphs/stakewise build:harbour_mainnet",
"deploy:harbour_mainnet": "npm run --prefix=./subgraphs/stakewise deploy:harbour_mainnet",
"deploy:harbour_mainnet:local": "npm run --prefix=./subgraphs/stakewise deploy:harbour_mainnet:local",
"build:gnosis": "npm run --prefix=./subgraphs/ethereum build:gnosis && npm run --prefix=./subgraphs/stakewise build:gnosis",
"deploy:gnosis": "npm run --prefix=./subgraphs/ethereum deploy:gnosis && npm run --prefix=./subgraphs/stakewise deploy:gnosis",
"deploy:gnosis:local": "npm run --prefix=./subgraphs/ethereum deploy:gnosis:local && npm run --prefix=./subgraphs/stakewise deploy:gnosis:local",
"graph:auth": "graph auth https://api.thegraph.com/deploy/ $GRAPH_TOKEN"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.35.0",
"@graphprotocol/graph-ts": "0.28.1",
"@types/node": "18.11.8",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"mustache": "4.2.0",
"prettier": "2.7.1",
"typescript": "4.8.4"
},
"dependencies": {
"const": "file:packages/constants"
}
}