File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ extra_validation_enabled = false
5555# Execution Layer RPC url to use for extra validation
5656# OPTIONAL
5757# rpc_url = "https://ethereum-holesky-rpc.publicnode.com"
58+ # URL of the SSV API server to use, if you have a mux that targets an SSV node operator
59+ # OPTIONAL
60+ # ssv_api_url = "https://api.ssv.network/api/v4"
5861# Timeout for any HTTP requests sent from the PBS module to other services, in seconds
5962# OPTIONAL, DEFAULT: 10
6063http_timeout_seconds = 10
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ pub async fn create_mock_ssv_server(
4949 } ) ;
5050 let result = Ok ( tokio:: spawn ( async move {
5151 if let Err ( e) = server. await {
52- eprintln ! ( "Server error: {}" , e ) ;
52+ eprintln ! ( "Server error: {e}" ) ;
5353 }
5454 } ) ) ;
5555 info ! ( "Mock server started on http://localhost:{port}/" ) ;
You can’t perform that action at this time.
0 commit comments