2021-10-15 09:11:20 +03:00
|
|
|
{
|
|
|
|
"name": "tornado-pool-subgraph",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"scripts": {
|
|
|
|
"codegen": "graph codegen",
|
|
|
|
"build": "graph build",
|
2021-11-16 10:56:10 +03:00
|
|
|
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --access-token $TOKEN",
|
|
|
|
"deploy:mainnet": "yarn deploy -- tornadocash/mainnet-tornado-pool-subgraph"
|
2021-10-15 09:11:20 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@graphprotocol/graph-cli": "0.22.3",
|
|
|
|
"@graphprotocol/graph-ts": "0.22.1"
|
|
|
|
}
|
|
|
|
}
|