Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
unconst authored Jun 28, 2023
1 parent 74ac9ca commit 05fa493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bittensor/_subtensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,7 @@ def determine_chain_endpoint(network: str):
return bittensor.__local_entrypoint__
elif network == 'mock':
return bittensor.__mock_entrypoint__
elif network == 'test':
return bittensor.__finney_test_entrypoint__
else:
return bittensor.__local_entrypoint__

0 comments on commit 05fa493

Please sign in to comment.