-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·84 lines (84 loc) · 5.98 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·84 lines (84 loc) · 5.98 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@charged-particles/protocol-subgraph",
"version": "1.3.23",
"description": "Subgraph for the Charged Particles Protocol",
"author": "Rob Secord <robsecord.eth>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Charged-Particles/charged-particles-subgraph"
},
"keywords": [
"charged",
"particles",
"defi",
"nft",
"subgraph",
"ethereum"
],
"engines": {
"node": ">=16.20.2",
"npm": ">=8.19.4"
},
"scripts": {
"reinstall": "rm -rf node_modules/ && yarn",
"clean": "rm -rf build/ generated/",
"create:mantletest": "graph create --node https://mantleapi.0xgraph.xyz/deploy charged-particles/mantletest-universe",
"prepare:mainnet": "mustache networks/mainnet.json subgraph.template.yaml subgraph.mainnet.yaml",
"prepare:rinkeby": "mustache networks/rinkeby.json subgraph.template.yaml subgraph.rinkeby.yaml",
"prepare:ropsten": "mustache networks/ropsten.json subgraph.template.yaml subgraph.ropsten.yaml",
"prepare:kovan": "mustache networks/kovan.json subgraph.template.yaml subgraph.kovan.yaml",
"prepare:goerli": "mustache networks/goerli.json subgraph.template.yaml subgraph.goerli.yaml",
"prepare:sepolia": "mustache networks/sepolia.json subgraph-no-aave.template.yaml subgraph.sepolia.yaml",
"prepare:mumbai": "mustache networks/mumbai.json subgraph.template.yaml subgraph.mumbai.yaml",
"prepare:polygon": "mustache networks/polygon.json subgraph.template.yaml subgraph.polygon.yaml",
"prepare:modesepolia": "mustache networks/mode-sepolia.json subgraph-no-aave.template.yaml subgraph.modesepolia.yaml",
"prepare:mantletest": "mustache networks/mantletest.json subgraph-no-aave.template.yaml subgraph.mantletest.yaml",
"prepare:mantlemainnet": "mustache networks/mantlemainnet.json subgraph-no-aave.template.yaml subgraph.mantlemainnet.yaml",
"gen:mainnet": "graph codegen subgraph.mainnet.yaml",
"gen:rinkeby": "graph codegen subgraph.rinkeby.yaml",
"gen:ropsten": "graph codegen subgraph.ropsten.yaml",
"gen:kovan": "graph codegen subgraph.kovan.yaml",
"gen:goerli": "graph codegen subgraph.goerli.yaml",
"gen:sepolia": "graph codegen subgraph.sepolia.yaml",
"gen:mumbai": "graph codegen subgraph.mumbai.yaml",
"gen:polygon": "graph codegen subgraph.polygon.yaml",
"gen:modesepolia": "graph codegen subgraph.mantlemainnet.yaml",
"gen:mantlemainnet": "graph codegen subgraph.modesepolia.yaml",
"gen:mantletest": "graph codegen subgraph.mantletest.yaml",
"deploy:local": "graph deploy --node http://127.0.0.1:8020 --ipfs http://localhost:5001 charged-particles/universe subgraph.local.yaml",
"deploy:mainnet": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/ethereum-universe subgraph.mainnet.yaml",
"deploy:goerli": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/goerli-universe-v2 subgraph.goerli.yaml",
"deploy:sepolia": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/cpu-v1-sepolia subgraph.sepolia.yaml",
"deploy:kovan": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/kovan-universe subgraph.kovan.yaml",
"deploy:kovan-v2": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/kovan-universe-v2 subgraph.kovan.yaml",
"deploy:kovan-dev": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/dev-universe subgraph.kovan.yaml",
"deploy:kovan-secord": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ robsecord/kovan-universe subgraph.kovan.yaml",
"deploy:kovan-elyx0": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ elyx0/kovan-universe-v2 subgraph.kovan.yaml",
"deploy:kovan-acolytec3": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/kovan-acolytec3 subgraph.mainnet.yaml",
"deploy:mumbai": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ --network Mumbai charged-particles/mumbai-universe subgraph.mumbai.yaml",
"deploy:mumbai-v2": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ --network Mumbai charged-particles/mumbai-universe-v2 subgraph.mumbai.yaml",
"deploy:polygon": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ --network Matic charged-particles/polygon-universe subgraph.polygon.yaml",
"deploy:mantletest": "graph deploy --node https://mantleapi.0xgraph.xyz/deploy --ipfs https://mantleapi.0xgraph.xyz/ipfs charged-particles/mantletest-universe subgraph.mantletest.yaml",
"deploy:mantlemainnet": "graph deploy --node https://subgraph-api.mantle.xyz/deploy --ipfs https://subgraph-api.mantle.xyz/ipfs charged-particles/mantlemainnet-universe subgraph.mantlemainnet.yaml",
"full:goerli": "yarn prepare:goerli && yarn gen:goerli && yarn deploy:goerli",
"full:mumbai": "yarn prepare:mumbai && yarn gen:mumbai && yarn deploy:mumbai-v2",
"full:mainnet": "yarn prepare:mainnet && yarn gen:mainnet && yarn deploy:mainnet",
"full:polygon": "yarn prepare:polygon && yarn gen:polygon && yarn deploy:polygon",
"full:mantletest": "yarn prepare:mantletest && yarn gen:mantletest && yarn deploy:mantletest",
"pub:beta": "yarn publish --tag beta --access public",
"pub:latest": "yarn publish --tag latest --access public",
"vbump": "version update -p",
"codegen": "graph codegen",
"build": "graph build",
"auth": "graph auth https://api.thegraph.com/deploy/"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.78.0",
"@graphprotocol/graph-ts": "^0.31.0",
"mustache": "4.0.1"
},
"dependencies": {
"source-map-support": "^0.5.21"
}
}