-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 1.16 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
{
"name": "grateful",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ grateful-protocol/grateful",
"create-local": "graph create --node http://localhost:8020/ grateful-protocol/grateful",
"remove-local": "graph remove --node http://localhost:8020/ grateful-protocol/grateful",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 grateful-protocol/grateful",
"deploy-mumbai": "graph deploy --network mumbai --product hosted-service grateful-protocol/grateful-dev",
"deploy-polygon": "graph deploy --network matic --product hosted-service grateful-protocol/grateful",
"deploy-op-goerli": "graph deploy --network optimism-goerli --product hosted-service grateful-protocol/grateful-op-goerli",
"deploy-optimism": "graph deploy --network optimism --product hosted-service grateful-protocol/grateful-optimism",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.37.1",
"@graphprotocol/graph-ts": "0.28.1"
},
"devDependencies": {
"matchstick-as": "0.5.0"
}
}