Skip to content

Commit 6a255d7

Browse files
Update bittensor/core/async_subtensor.py
Co-authored-by: BD Himes <[email protected]>
1 parent d0243e4 commit 6a255d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bittensor/core/async_subtensor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,11 @@ def _get_substrate(
303303
return RetryAsyncSubstrate(
304304
url=self.chain_endpoint,
305305
fallback_chains=fallback_chains,
306+
ss58_format=SS58_FORMAT,
307+
type_registry=TYPE_REGISTRY,
306308
retry_forever=retry_forever,
309+
use_remote_preset=True,
310+
chain_name="Bittensor",
307311
_mock=_mock,
308312
)
309313
return AsyncSubstrateInterface(

0 commit comments

Comments
 (0)