From 0ae66d63cc5b14a3750a79ab944f06cffb76cbbf Mon Sep 17 00:00:00 2001 From: Obiwank107 <105133800+Obiwank107@users.noreply.github.com> Date: Tue, 5 Nov 2024 02:03:56 +0700 Subject: [PATCH] Update .env.sepolia add GETH_HTTP_PORT=8545 for RPC --- .env.sepolia | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.sepolia b/.env.sepolia index e6be54422..0bf2fd6f5 100644 --- a/.env.sepolia +++ b/.env.sepolia @@ -43,6 +43,7 @@ GETH_VERBOSITY=3 GETH_DATADIR=/data GETH_HTTP=true GETH_HTTP_ADDR=0.0.0.0 +GETH_HTTP_PORT=8545 GETH_HTTP_VHOSTS="*" GETH_HTTP_CORSDOMAIN="*" GETH_HTTP_API=web3,debug,eth,txpool,net,admin,rpc