-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 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
25
{
"name": "aavegotchi-portal-svg-subgraph",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"codegen:amoy": "graph codegen subgraph.amoy.yaml",
"build:amoy": "graph build subgraph.amoy.yaml",
"codegen:polter": "graph codegen subgraph.polter.yaml",
"build:polter": "graph build subgraph.polter.yaml",
"codegen:geist": "graph codegen subgraph.geist.yaml",
"build:geist": "graph build subgraph.geist.yaml",
"codegen:baseSepolia": "graph codegen subgraph.baseSepolia.yaml",
"build:baseSepolia": "graph build subgraph.baseSepolia.yaml",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ aavegotchi-portal-svg-subgraph",
"create-local": "graph create --node http://localhost:8020/ aavegotchi-portal-svg-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ aavegotchi-portal-svg-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 aavegotchi-portal-svg-subgraph"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-ts": "0.31.0",
"apollo-fetch": "^0.7.0"
}
}