Swap-Aggregator-Subgraph/package.json
2022-07-03 06:23:42 +05:30

17 lines
695 B
JSON

{
"name": "swap-aggregator-subgraph",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ Richa-iitr/swap-aggregator-subgraph",
"create-local": "graph create --node http://localhost:8020/ Richa-iitr/swap-aggregator-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ Richa-iitr/swap-aggregator-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 Richa-iitr/swap-aggregator-subgraph"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.30.0",
"@graphprotocol/graph-ts": "0.27.0"
}
}