Initial commit from Create Eth App
This commit is contained in:
15
packages/subgraph/package.json
Normal file
15
packages/subgraph/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@my-app/subgraph",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@graphprotocol/graph-cli": "0.28.0",
|
||||
"@graphprotocol/graph-ts": "0.26.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"auth": "graph auth https://api.thegraph.com/ $GRAPH_ACCESS_TOKEN",
|
||||
"build": "graph build",
|
||||
"codegen": "graph codegen --output-dir src/types/",
|
||||
"deploy": "graph deploy paulrberg/create-eth-app --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user