package json update

This commit is contained in:
Alexey 2021-04-15 20:42:39 +03:00
parent ad26b2f372
commit d3a073c6d8
2 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
{
"name": "test",
"license": "UNLICENSED",
"name": "tornado-cash-statistic",
"license": "MIT",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ tornadocash/landing-subgraph",
"create-local": "graph create --node http://localhost:8020/ tornadocash/landing-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ tornadocash/landing-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 tornadocash/landing-subgraph"
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ tornadocash/tornado-cash-statistic",
"create-local": "graph create --node http://localhost:8020/ tornadocash/tornado-cash-statistic",
"remove-local": "graph remove --node http://localhost:8020/ tornadocash/tornado-cash-statistic",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 tornadocash/tornado-cash-statistic"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.20.0",

View File

@ -239,9 +239,9 @@ asn1@~0.2.3:
dependencies:
safer-buffer "~2.1.0"
"assemblyscript@git+https://github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3":
"assemblyscript@https://github.com/AssemblyScript/assemblyscript#36040d5b5312f19a025782b5e36663823494c2f3":
version "0.6.0"
resolved "git+https://github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3"
resolved "https://github.com/AssemblyScript/assemblyscript#36040d5b5312f19a025782b5e36663823494c2f3"
dependencies:
"@protobufjs/utf8" "^1.1.0"
binaryen "77.0.0-nightly.20190407"