Skip to content

Commit 5b05f4d

Browse files
Update bittensor/core/subtensor.py
Co-authored-by: BD Himes <[email protected]>
1 parent bc9ec3e commit 5b05f4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bittensor/core/subtensor.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ def _get_substrate(
185185
if fallback_chains or retry_forever:
186186
return RetrySyncSubstrate(
187187
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",
188193
fallback_chains=fallback_chains,
189194
retry_forever=retry_forever,
190195
_mock=_mock,

0 commit comments

Comments
 (0)