mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
nikugogoi
ec56de057f
* Implement storage call in subgraph mapping code * Add test for mapping type variable storage call * Use vulcanize graph-ts * Revert to graph-ts version 0.22.1
17 lines
598 B
JSON
17 lines
598 B
JSON
{
|
|
"name": "example1",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"codegen": "graph codegen",
|
|
"build": "graph build",
|
|
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ example1",
|
|
"create-local": "graph create --node http://localhost:8020/ example1",
|
|
"remove-local": "graph remove --node http://localhost:8020/ example1",
|
|
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 example1"
|
|
},
|
|
"dependencies": {
|
|
"@graphprotocol/graph-ts": "npm:@vulcanize/graph-ts@0.22.1",
|
|
"@vulcanize/graph-cli": "0.22.5"
|
|
}
|
|
}
|