-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 1.75 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:rinkeby": "mustache config/ethereum-rinkeby.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 --product hosted-service nftx-project/nftx-holdings-subgraph-mainnet",
"deploy:ethereum:rinkeby": "graph deploy --product hosted-service nftx-project/nftx-holdings-subgraph-rinkeby",
"deploy:ethereum:goerli": "graph deploy --product hosted-service nftx-project/nftx-vault-token-holdings-goerli",
"deploy:ethereum:goerli:nftx": "graph deploy --ipfs http://168.119.107.190:5001 --node http://168.119.107.190:8020 nftx-hosted/nftx-vault-token-holdings-goerli",
"deploy:arbitrum:one": "graph deploy --product hosted-service nftx-project/nftx-vault-token-holdings-arbitrum",
"deploy:arbitrum:one:nftx": "graph deploy --ipfs http://116.202.19.181:5001 --node http://116.202.19.181:8020 nftx-hosted/nftx-vault-token-holdings-arbitrum"
},
"dependencies": {},
"devDependencies": {
"@amxx/graphprotocol-utils": "^1.1.0-alpha.2",
"@graphprotocol/graph-cli": "^0.28.1",
"@graphprotocol/graph-ts": "0.26.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.26.0"
}
}