change rpc port to 8546

This commit is contained in:
Giacomo Pasini 2025-04-21 18:46:42 +02:00
parent e740612886
commit 26c6a1e303
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B

View File

@ -48,6 +48,7 @@ fn main() -> eyre::Result<()> {
"--dev",
"--dev.block-time=2s",
"--http.addr=0.0.0.0",
"--http.port=8546",
])
.unwrap()
.run(|builder, _| {