feat: Pin Kusama (#171)

This commit is contained in:
Maciej Hirsz
2019-08-26 18:21:02 +02:00
committed by GitHub
parent 0250fde939
commit d297202b7e
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -1,5 +1,7 @@
import { Types, Maybe, SortedCollection } from '@dotstats/common';
export const PINNED_CHAIN = 'Kusama CC1';
export class Node {
public static compare(a: Node, b: Node): number {
if (a.pinned === b.pinned && a.stale === b.stale) {