File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 131
131
subtensor = Subtensor
132
132
synapse = Synapse
133
133
134
- __blocktime__ = BLOCKTIME
135
- __network_explorer_map__ = settings .NETWORK_EXPLORER_MAP
136
- __pipaddress__ = settings .PIPADDRESS
137
- __ss58_format__ = settings .SS58_FORMAT
138
- __type_registry__ = settings .TYPE_REGISTRY
139
- __ss58_address_length__ = settings .SS58_ADDRESS_LENGTH
140
-
141
- __networks__ = settings .NETWORKS
142
-
143
- __finney_entrypoint__ = settings .FINNEY_ENTRYPOINT
144
- __finney_test_entrypoint__ = settings .FINNEY_TEST_ENTRYPOINT
145
- __archive_entrypoint__ = settings .ARCHIVE_ENTRYPOINT
146
- __local_entrypoint__ = settings .LOCAL_ENTRYPOINT
147
-
148
- __tao_symbol__ = settings .TAO_SYMBOL
149
- __rao_symbol__ = settings .RAO_SYMBOL
150
-
151
134
# Makes the `bittensor.utils.mock` subpackage available as `bittensor.mock` for backwards compatibility.
152
135
mock_subpackage = importlib .import_module ("bittensor.utils.mock" )
153
136
sys .modules ["bittensor.mock" ] = mock_subpackage
You can’t perform that action at this time.
0 commit comments