poamania-subgraph/package.json

17 lines
650 B
JSON

{
"name": "poa-mania",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ maxaleks/poa-mania",
"create-local": "graph create --node http://localhost:8020/ maxaleks/poa-mania",
"remove-local": "graph remove --node http://localhost:8020/ maxaleks/poa-mania",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 maxaleks/poa-mania"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.17.1",
"@graphprotocol/graph-ts": "0.17.0"
}
}