update to latest CASPER version
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
c9640eea21
commit
75ea08cb55
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ghost-telemetry-frontend",
|
||||
"version": "0.1.17",
|
||||
"version": "0.1.18",
|
||||
"author": "Uncle f4tso <f4ts0@ghostchain.io>",
|
||||
"license": "GPL-3.0",
|
||||
"description": "Ghost Telemetry frontend",
|
||||
|
||||
@ -3,8 +3,8 @@ import { Types, Maybe, SortedCollection } from './common';
|
||||
import { Column } from './components/List';
|
||||
|
||||
export const PINNED_CHAINS = {
|
||||
// casper v0.8.4
|
||||
'0x5e1190682f1a6409cdfd691c0b23a6db792864d8994e591e9c19a31d8163989f': 1,
|
||||
// casper v0.8.5
|
||||
'0x475e48fab52f3d0587b6b03101d224560c549e984d1dee197b7d8b55830e7da3': 1,
|
||||
};
|
||||
|
||||
export function comparePinnedChains(a: string, b: string) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user