bittensor icon indicating copy to clipboard operation
bittensor copied to clipboard

[Fix] change bellagene entrypoint string

Open camfairchild opened this issue 3 years ago • 0 comments

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.

camfairchild avatar Oct 04 '22 23:10 camfairchild