mirror of
https://github.com/tornadocash/landing-subgraph.git
synced 2024-11-21 17:26:52 +01:00
package json update
This commit is contained in:
parent
ad26b2f372
commit
d3a073c6d8
12
package.json
12
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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user