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.
2 parents 10d3443 + dfca638 commit 0ed3af2Copy full SHA for 0ed3af2
async_substrate_interface/substrate_addons.py
@@ -121,6 +121,7 @@ def __init__(
121
archive_nodes: Optional[list[str]] = None,
122
):
123
fallback_chains = fallback_chains or []
124
+ archive_nodes = archive_nodes or []
125
self.fallback_chains = (
126
iter(fallback_chains)
127
if not retry_forever
@@ -264,6 +265,7 @@ def __init__(
264
265
266
267
268
269
270
271
0 commit comments