forked from suntzu93/threshold-tBTC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 787 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "threshold-tbtc",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"build-sepolia": "graph build --network sepolia",
"deploy-sepolia": "graph deploy --studio threshold-tbtc-sepolia",
"build-mainnet": "graph build --network mainnet",
"deploy-mainnet": "graph deploy --studio tbtc-mainnet",
"create-local": "graph create --node http://localhost:8020/ suntzu93/threshold-tbtc-goerli",
"remove-local": "graph remove --node http://localhost:8020/ suntzu93/threshold-tbtc-goerli",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 suntzu93/tbtcv2"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}