mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-09 20:21:01 +00:00
Fix autosubscribe to subscribe to Polkadot instead of Kusama (#413)
This commit is contained in:
@@ -541,7 +541,7 @@ export class Connection {
|
||||
let topChain: Maybe<ChainData> = null;
|
||||
|
||||
for (const chain of chains.values()) {
|
||||
if (PINNED_CHAINS[chain.label] === 1) {
|
||||
if (PINNED_CHAINS[chain.genesisHash] === 1) {
|
||||
topChain = chain;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user