From 2e89a719b0bf3bf0c047b9593821b67b2f912f70 Mon Sep 17 00:00:00 2001 From: Pawan Dhananjay Date: Tue, 13 Dec 2022 15:14:06 +0530 Subject: [PATCH] Fix auth port --- scripts/local_testnet/geth.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/local_testnet/geth.sh b/scripts/local_testnet/geth.sh index bf6f996e6..5dc4575cf 100755 --- a/scripts/local_testnet/geth.sh +++ b/scripts/local_testnet/geth.sh @@ -49,4 +49,5 @@ exec $GETH_BINARY \ --syncmode=full \ --bootnodes $EL_BOOTNODE_ENODE \ --port $network_port \ - --http.port $auth_port \ No newline at end of file + --http.port $http_port \ + --authrpc.port $auth_port