mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 23:38:00 +00:00
Fix telemetry (#231)
* Fix telemetry * Correct default telemetry * Extra logging
This commit is contained in:
@@ -84,7 +84,7 @@ use futures::sync::mpsc;
|
||||
use futures::{Sink, Future, Stream};
|
||||
use tokio_core::reactor;
|
||||
|
||||
const DEFAULT_TELEMETRY_URL: &str = "wss://telemetry.polkadot.io:443";
|
||||
const DEFAULT_TELEMETRY_URL: &str = "ws://telemetry.polkadot.io:1024";
|
||||
|
||||
#[derive(Clone)]
|
||||
struct SystemConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user