mirror of
https://github.com/Instadapp/fla-fees-subgraph.git
synced 2024-07-29 21:57:15 +00:00
19 lines
732 B
JSON
19 lines
732 B
JSON
|
{
|
||
|
"name": "fla-fees-mainnet",
|
||
|
"license": "UNLICENSED",
|
||
|
"scripts": {
|
||
|
"codegen": "graph codegen",
|
||
|
"build": "graph build",
|
||
|
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ Richa-iitr/fla-fees-mainnet",
|
||
|
"create-local": "graph create --node http://localhost:8020/ Richa-iitr/fla-fees-mainnet",
|
||
|
"remove-local": "graph remove --node http://localhost:8020/ Richa-iitr/fla-fees-mainnet",
|
||
|
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 Richa-iitr/fla-fees-mainnet",
|
||
|
"test": "graph test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@graphprotocol/graph-cli": "0.33.1",
|
||
|
"@graphprotocol/graph-ts": "0.27.0"
|
||
|
},
|
||
|
"devDependencies": { "matchstick-as": "0.5.0" }
|
||
|
}
|