bittensor
bittensor copied to clipboard
[Fix] change bellagene entrypoint string
The subtensor factory used to check if the network was "bellagene" to specially prepend wss:// to the constant chain endpoint url.
Instead, I think it's much better to add the wss:// to the entrypoint url constant, as this removes the need to have this check at all.