diff --git a/local_node.sh b/local_node.sh index 325691903..c0e83f3f6 100755 --- a/local_node.sh +++ b/local_node.sh @@ -309,4 +309,4 @@ EOF fi # Start the node (remove the --pruning=nothing flag if historical queries are not needed) -exocored start --metrics "$TRACE" --log_level $LOGLEVEL --minimum-gas-prices=0.0001hua --json-rpc.api eth,txpool,personal,net,debug,web3 --api.enable --json-rpc.enable true --home "$HOMEDIR" --chain-id "$CHAINID" --grpc.enable true +exocored start --metrics "$TRACE" --log_level $LOGLEVEL --minimum-gas-prices=0.0001hua --json-rpc.api eth,txpool,personal,net,debug,web3 --api.enable --json-rpc.enable true --home "$HOMEDIR" --chain-id "$CHAINID" --oracle --grpc.enable true