File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1111 "create-local" : " graph create --node http://localhost:8020/ kleros/kleros-v2-core-local" ,
1212 "remove-local" : " graph remove --node http://localhost:8020/ kleros/kleros-v2-core-local" ,
1313 "deploy-local" : " graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 kleros/kleros-v2-core-local --version-label v$(date +%s)" ,
14- "rebuild-deploy-local" : " yarn update localhost mainnet && yarn codegen && yarn create-local && yarn deploy-local" ,
14+ "rebuild-deploy-local" : " ./scripts/ update.sh localhost mainnet && yarn codegen && yarn create-local && yarn deploy-local" ,
1515 "start-local-indexer" : " docker compose -f ../services/graph-node/docker-compose.yml up -d && docker compose -f ../services/graph-node/docker-compose.yml logs -f" ,
1616 "stop-local-indexer" : " docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
1717 },
You can’t perform that action at this time.
0 commit comments