From 88d38c780102444174d04a0ec8acf16853fb9743 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 28 Oct 2022 16:05:20 -0600 Subject: [PATCH] Enable GraphQL --- config/fixturenet-laconicd/create-fixturenet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fixturenet-laconicd/create-fixturenet.sh b/config/fixturenet-laconicd/create-fixturenet.sh index 1bc22cef..a4c8b73c 100644 --- a/config/fixturenet-laconicd/create-fixturenet.sh +++ b/config/fixturenet-laconicd/create-fixturenet.sh @@ -115,4 +115,4 @@ if [[ $1 == "pending" ]]; then fi # Start the node (remove the --pruning=nothing flag if historical queries are not needed) -laconicd start --pruning=nothing --evm.tracer=json $TRACE --log_level $LOGLEVEL --minimum-gas-prices=0.0001aphoton --json-rpc.api eth,txpool,personal,net,debug,web3,miner --api.enable +laconicd start --pruning=nothing --evm.tracer=json $TRACE --log_level $LOGLEVEL --minimum-gas-prices=0.0001aphoton --json-rpc.api eth,txpool,personal,net,debug,web3,miner --api.enable --gql-server --gql-playground