mirror of
https://github.com/Instadapp/ERC-20-Token-Allowance.git
synced 2024-07-29 22:48:10 +00:00
17 lines
650 B
JSON
17 lines
650 B
JSON
{
|
|
"name": "erc20-allowance",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"codegen": "graph codegen",
|
|
"build": "graph build",
|
|
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ Richa-iitr/erc20-allowance",
|
|
"create-local": "graph create --node http://localhost:8020/ Richa-iitr/erc20-allowance",
|
|
"remove-local": "graph remove --node http://localhost:8020/ Richa-iitr/erc20-allowance",
|
|
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 Richa-iitr/erc20-allowance"
|
|
},
|
|
"dependencies": {
|
|
"@graphprotocol/graph-cli": "0.30.0",
|
|
"@graphprotocol/graph-ts": "0.27.0"
|
|
}
|
|
}
|