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 bc9ec3e commit 5b05f4dCopy full SHA for 5b05f4d
bittensor/core/subtensor.py
@@ -185,6 +185,11 @@ def _get_substrate(
185
if fallback_chains or retry_forever:
186
return RetrySyncSubstrate(
187
url=self.chain_endpoint,
188
+ url=self.chain_endpoint,
189
+ ss58_format=SS58_FORMAT,
190
+ type_registry=TYPE_REGISTRY,
191
+ use_remote_preset=True,
192
+ chain_name="Bittensor",
193
fallback_chains=fallback_chains,
194
retry_forever=retry_forever,
195
_mock=_mock,
0 commit comments