generated from wslyvh/nexth
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
23 lines (23 loc) · 902 Bytes
/
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
{
"name": "subgraph",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"codegen": "graph codegen",
"build": "graph build --network optimism",
"build:sepolia": "graph build --network sepolia",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ show-up-optimism",
"deploy:sepolia": "graph deploy --node https://api.studio.thegraph.com/deploy/ show-up-sepolia --network sepolia",
"create-local": "graph create --node http://localhost:8020/ show-up-protocol",
"remove-local": "graph remove --node http://localhost:8020/ show-up-protocol",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 show-up-protocol",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.60.0",
"@graphprotocol/graph-ts": "^0.31.0"
},
"devDependencies": {
"matchstick-as": "0.5.0"
}
}