mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 19:01:08 +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 futures::{Sink, Future, Stream};
|
||||||
use tokio_core::reactor;
|
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)]
|
#[derive(Clone)]
|
||||||
struct SystemConfiguration {
|
struct SystemConfiguration {
|
||||||
|
|||||||
Reference in New Issue
Block a user