diff --git a/subgraph/package.json b/subgraph/package.json index 31aeef4..028beb2 100644 --- a/subgraph/package.json +++ b/subgraph/package.json @@ -7,8 +7,7 @@ "deploy": "graph deploy tokenvest --version-label v0.0.1 --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key $DEPLOY_KEY --ipfs https://ipfs.satsuma.xyz", "create-local": "graph create --node http://localhost:8020/ tokenvest", "remove-local": "graph remove --node http://localhost:8020/ tokenvest", - "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 tokenvest", - "test": "graph test" + "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 tokenvest" }, "dependencies": { "@graphprotocol/graph-cli": "0.80.1",