Add missing flags to node.

This commit is contained in:
Alejandro Cabeza Romero 2025-04-24 13:33:37 +02:00
parent a3d6f9f984
commit 7438c959f7
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -52,6 +52,9 @@ fn main() -> eyre::Result<()> {
"--dev.block-time=2s",
"--http.addr=0.0.0.0",
"--http.port=8546",
"--http.api eth,net,web3,debug,trace,txpool", // Some might be unnecessary, but I guess
// they don't hurt
"--http.corsdomain \"*\"" // Needed locally, probably needed here as well.
])
.unwrap()
.run(|builder, _| {