diff --git a/async_substrate_interface/substrate_addons.py b/async_substrate_interface/substrate_addons.py index 4f2412f..3b0f0ba 100644 --- a/async_substrate_interface/substrate_addons.py +++ b/async_substrate_interface/substrate_addons.py @@ -264,7 +264,7 @@ def __init__( _mock: bool = False, _log_raw_websockets: bool = False, archive_nodes: Optional[list[str]] = None, - ws_shutdown_timer: float = 5.0, + ws_shutdown_timer: Optional[float] = 5.0, ): fallback_chains = fallback_chains or [] archive_nodes = archive_nodes or []