Skip to content

Commit b0cf5c3

Browse files
committed
fix: rollback beacon api env var default value
1 parent 87f24c1 commit b0cf5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn default_blobscan_api_endpoint() -> String {
1717
}
1818

1919
fn default_beacon_node_rpc() -> String {
20-
"http://localhost:5052".to_string()
20+
"http://localhost:3500".to_string()
2121
}
2222

2323
fn default_execution_node_rpc() -> String {

0 commit comments

Comments
 (0)