diff --git a/package.json b/package.json index 12f4ebf..dfbfd86 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 791a570..a7931c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"