From b60d52c0648be60c4974b5d4031a687fd9dfdec6 Mon Sep 17 00:00:00 2001 From: leonz789 Date: Sun, 27 Oct 2024 17:26:51 +0800 Subject: [PATCH] enable oracle in local_node script --- local_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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