forked from Quantumlyy/nftx-holdings-subgraph-mainnet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1.63 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
{
"name": "nftx-holdings-subgraph-mainnet",
"version": "0.1.0",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"prepare:ethereum:mainnet": "mustache config/ethereum-mainnet.json subgraph.template.yaml > subgraph.yaml",
"prepare:ethereum:mainnet-v2": "mustache config/ethereum-mainnet.json subgraph.template.yaml > subgraph.yaml",
"prepare:ethereum:goerli": "mustache config/ethereum-goerli.json subgraph.template.yaml > subgraph.yaml",
"prepare:arbitrum:one": "mustache config/arbitrum-one.json subgraph.template.yaml > subgraph.yaml",
"deploy:ethereum:mainnet": "graph deploy --studio nftx-token-holdings",
"deploy:ethereum:mainnet:shared": "graph deploy --product hosted-service nftx-project/nftx-vault-tokens-holdings",
"deploy:ethereum:mainnet-v2:shared": "graph deploy --product hosted-service nftx-project/nftx-vault-tokens-holdings-v2",
"deploy:ethereum:goerli": "graph deploy --product hosted-service nftx-project/nftx-vault-token-holdings-goerli",
"deploy:ethereum:goerli-v2": "graph deploy --product hosted-service nftx-project/nftx-v2-1-token-holdings-goerl",
"deploy:arbitrum:one": "graph deploy --product hosted-service nftx-project/nftx-vault-token-holdings-arbitrum"
},
"dependencies": {},
"devDependencies": {
"@amxx/graphprotocol-utils": "^1.1.0",
"@graphprotocol/graph-cli": "^0.67.2",
"@graphprotocol/graph-ts": "0.32.0",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/subgraphs": "^0.1.7-1",
"@sushiswap/core": "^1.4.2",
"mustache": "^4.2.0"
},
"resolutions": {
"colors": "1.4.0",
"@graphprotocol/graph-ts": "0.32.0"
}
}