Compare commits
No commits in common. "8cde716a3402c8983732eb6468a2abb7c6935645" and "f3bd53600ec40f805f87e811aafd56c9855b684f" have entirely different histories.
8cde716a34
...
f3bd53600e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-telemetry-frontend",
|
"name": "ghost-telemetry-frontend",
|
||||||
"version": "0.1.8",
|
"version": "0.1.6",
|
||||||
"author": "Uncle f4tso <f4ts0@ghostchain.io>",
|
"author": "Uncle f4tso <f4ts0@ghostchain.io>",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"description": "Ghost Telemetry frontend",
|
"description": "Ghost Telemetry frontend",
|
||||||
|
@ -3,8 +3,8 @@ import { Types, Maybe, SortedCollection } from './common';
|
|||||||
import { Column } from './components/List';
|
import { Column } from './components/List';
|
||||||
|
|
||||||
export const PINNED_CHAINS = {
|
export const PINNED_CHAINS = {
|
||||||
// casper v0.0.3
|
// casper v0.0.2
|
||||||
'0xcb183819bddab6f7fbe26adb816764297a272fdf4bcc264fa9bc89b161647138': 1,
|
'0x7657c8c868863dea692178d462fe9018ac8f1e16f51be31eea8f29274d85525b': 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
export function comparePinnedChains(a: string, b: string) {
|
export function comparePinnedChains(a: string, b: string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user