File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 49
49
LATENT_LITE_ENTRYPOINT : NETWORKS [6 ],
50
50
}
51
51
52
- # TODO must be changed before 9.0 mainnet release
53
- DEFAULT_NETWORK = NETWORKS [1 ]
52
+ DEFAULT_NETWORK = NETWORKS [0 ]
54
53
DEFAULT_ENDPOINT = NETWORK_MAP [DEFAULT_NETWORK ]
55
54
56
55
# Currency Symbols Bittensor
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ scalecodec==1.2.11
22
22
uvicorn
23
23
websockets>=14.1
24
24
bittensor-commit-reveal>=0.2.0
25
- bittensor-wallet>=3.0.2
26
- async-substrate-interface>=1.0.0rc13
27
- bittensor-cli>=9.0.0rc1
25
+ bittensor-wallet>=3.0.3
26
+ async-substrate-interface>=1.0.0
27
+ bittensor-cli>=9.0.0
Original file line number Diff line number Diff line change @@ -105,7 +105,10 @@ async def test_init_if_unknown_network_is_not_valid(mocker):
105
105
def test__str__return (subtensor ):
106
106
"""Simply tests the result if printing subtensor instance."""
107
107
# Asserts
108
- assert str (subtensor ) == "Network: test, Chain: wss://test.finney.opentensor.ai:443"
108
+ assert (
109
+ str (subtensor )
110
+ == "Network: finney, Chain: wss://entrypoint-finney.opentensor.ai:443"
111
+ )
109
112
110
113
111
114
@pytest .mark .asyncio
You can’t perform that action at this time.
0 commit comments