same same

This commit is contained in:
squidbear
2025-03-24 12:55:01 +01:00
parent eb23591f5b
commit c0df43119d

View File

@@ -20,13 +20,13 @@ services:
"--cache=8192", "--cache=8192",
# Enable the WS-RPC server # Enable the WS-RPC server
"--ws", "--ws",
"--ws.api=eth,net,web3,personal,txpool", "--ws.api=eth,net,debug,web3,personal,txpool",
"--ws.port=8545", "--ws.port=8545",
"--ws.addr=0.0.0.0", "--ws.addr=0.0.0.0",
"--ws.origins=*", "--ws.origins=*",
# Enable the HTTP-RPC server # Enable the HTTP-RPC server
"--http", "--http",
"--http.api=eth,net,web3,personal,txpool", "--http.api=eth,net,debug,admin,web3,personal,txpool",
"--http.port=8545", "--http.port=8545",
"--http.addr=0.0.0.0", "--http.addr=0.0.0.0",
"--http.vhosts=*", "--http.vhosts=*",