17 lines
684 B
JSON
17 lines
684 B
JSON
{
|
|
"name": "tornado-pool-subgraph",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"codegen": "graph codegen",
|
|
"build": "graph build",
|
|
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ tornadocash/tornado-pool-subgraph",
|
|
"create-local": "graph create --node http://localhost:8020/ tornadocash/tornado-pool-subgraph",
|
|
"remove-local": "graph remove --node http://localhost:8020/ tornadocash/tornado-pool-subgraph",
|
|
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 tornadocash/tornado-pool-subgraph"
|
|
},
|
|
"dependencies": {
|
|
"@graphprotocol/graph-cli": "0.22.3",
|
|
"@graphprotocol/graph-ts": "0.22.1"
|
|
}
|
|
}
|