mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-04 06:03:08 +00:00
Add missing flags to node.
This commit is contained in:
parent
a3d6f9f984
commit
7438c959f7
@ -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, _| {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user