Skip to content

Commit

Permalink
Changes entrypoint to 9944
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Aug 28, 2024
1 parent cf1d05f commit c5ddded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def debug(on: bool = True):
) is not None:
__local_entrypoint__ = BT_SUBTENSOR_CHAIN_ENDPOINT
else:
__local_entrypoint__ = "ws://127.0.0.1:9946"
__local_entrypoint__ = "ws://127.0.0.1:9944"


__tao_symbol__: str = chr(0x03C4)
Expand Down

0 comments on commit c5ddded

Please sign in to comment.