We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df70d8 commit 0bda76eCopy full SHA for 0bda76e
bittensor/core/settings.py
@@ -75,7 +75,7 @@ def turn_console_on():
75
FINNEY_ENTRYPOINT = "wss://entrypoint-finney.opentensor.ai:443"
76
FINNEY_TEST_ENTRYPOINT = "wss://test.finney.opentensor.ai:443/"
77
ARCHIVE_ENTRYPOINT = "wss://archive.chain.opentensor.ai:443/"
78
-LOCAL_ENTRYPOINT = os.getenv("BT_SUBTENSOR_CHAIN_ENDPOINT") or "ws://127.0.0.1:9946"
+LOCAL_ENTRYPOINT = os.getenv("BT_SUBTENSOR_CHAIN_ENDPOINT") or "ws://127.0.0.1:9944"
79
80
# Currency Symbols Bittensor
81
TAO_SYMBOL: str = chr(0x03C4)
0 commit comments