aave-automation-subgraph/package.json

17 lines
690 B
JSON
Raw Normal View History

2022-08-04 04:55:00 +00:00
{
"name": "aave-automation-polygon",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ Richa-iitr/aave-automation-polygon",
"create-local": "graph create --node http://localhost:8020/ Richa-iitr/aave-automation-polygon",
"remove-local": "graph remove --node http://localhost:8020/ Richa-iitr/aave-automation-polygon",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 Richa-iitr/aave-automation-polygon"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.30.0",
"@graphprotocol/graph-ts": "0.27.0"
}
}