Skip to content

Commit d86a254

Browse files
committed
Merge branch 'staging' into release/8.3.0
2 parents 458269a + 66d14ad commit d86a254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bittensor_cli/src/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Constants:
99
finney_test_entrypoint = "wss://test.finney.opentensor.ai:443"
1010
archive_entrypoint = "wss://archive.chain.opentensor.ai:443"
1111
subvortex_entrypoint = "ws://subvortex.info:9944"
12-
local_entrypoint = "ws://127.0.0.1:9444"
12+
local_entrypoint = "ws://127.0.0.1:9944"
1313
network_map = {
1414
"finney": finney_entrypoint,
1515
"test": finney_test_entrypoint,

0 commit comments

Comments
 (0)