We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2e81b commit 8f26b55Copy full SHA for 8f26b55
bittensor/core/settings.py
@@ -81,9 +81,9 @@
81
"finney": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fentrypoint-finney.opentensor.ai%3A443#/explorer",
82
},
83
"taostats": {
84
- "local": "https://taostats.io/",
85
- "endpoint": "https://taostats.io/",
86
- "finney": "https://taostats.io/",
+ "local": "https://taostats.io",
+ "endpoint": "https://taostats.io",
+ "finney": "https://taostats.io",
87
88
}
89
0 commit comments