local testnet config updates

This commit is contained in:
realbigsean
2022-12-06 08:54:46 -05:00
parent e72d9fb922
commit 2704955b2e
8 changed files with 20 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ http_port=${@:$OPTIND+2:1}
auth_port=${@:$OPTIND+3:1}
genesis_file=${@:$OPTIND+4:1}
geth_binary=geth-merge
geth_binary=/home/sean/CLionProjects/eip4844-interop/geth/go-ethereum/build/bin/geth
# Init
$geth_binary init \
@@ -51,5 +51,4 @@ exec $geth_binary \
--syncmode=full \
--bootnodes $EL_BOOTNODE_ENODE \
--port $network_port \
--http.port $http_port \
--authrpc.port $auth_port
--http.port $auth_port