Skip to content

Commit 0bda76e

Browse files
basfromanibraheem-abe
authored andcommitted
default port from 9946 to 9944 (#2376)
1 parent 1df70d8 commit 0bda76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def turn_console_on():
7575
FINNEY_ENTRYPOINT = "wss://entrypoint-finney.opentensor.ai:443"
7676
FINNEY_TEST_ENTRYPOINT = "wss://test.finney.opentensor.ai:443/"
7777
ARCHIVE_ENTRYPOINT = "wss://archive.chain.opentensor.ai:443/"
78-
LOCAL_ENTRYPOINT = os.getenv("BT_SUBTENSOR_CHAIN_ENDPOINT") or "ws://127.0.0.1:9946"
78+
LOCAL_ENTRYPOINT = os.getenv("BT_SUBTENSOR_CHAIN_ENDPOINT") or "ws://127.0.0.1:9944"
7979

8080
# Currency Symbols Bittensor
8181
TAO_SYMBOL: str = chr(0x03C4)

0 commit comments

Comments
 (0)