Pin merged Polkadot chain (#272)

This commit is contained in:
Maciej Hirsz
2020-07-21 17:39:38 +02:00
committed by GitHub
parent 5dc1846ec2
commit 4b29a2afa2
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Column } from './components/List';
export const PINNED_CHAINS = {
Kusama: 2,
'Polkadot CC1': 1,
Polkadot: 1,
};
export function comparePinnedChains(a: string, b: string) {