Pin Kusama CC2 (#182)

This commit is contained in:
Jaco Greeff
2019-10-01 17:16:00 +02:00
committed by Maciej Hirsz
parent a2ce9a574e
commit 26f91a28fb
+1 -1
View File
@@ -1,6 +1,6 @@
import { Types, Maybe, SortedCollection } from '@dotstats/common';
export const PINNED_CHAIN = 'Kusama CC1';
export const PINNED_CHAIN = 'Kusama CC2';
export class Node {
public static compare(a: Node, b: Node): number {