We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b7aa3 commit 607fd0aCopy full SHA for 607fd0a
async_substrate_interface/substrate_addons.py
@@ -120,6 +120,7 @@ def __init__(
120
archive_nodes: Optional[list[str]] = None,
121
):
122
fallback_chains = fallback_chains or []
123
+ archive_nodes = archive_nodes or []
124
self.fallback_chains = (
125
iter(fallback_chains)
126
if not retry_forever
@@ -262,6 +263,7 @@ def __init__(
262
263
264
265
266
267
268
269
0 commit comments