update casper runtime genesis hash to the latest version
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
75ea08cb55
commit
1647f5cb95
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ghost-telemetry-frontend",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.19",
|
||||
"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.5
|
||||
'0x475e48fab52f3d0587b6b03101d224560c549e984d1dee197b7d8b55830e7da3': 1,
|
||||
// casper runtime v4.0.10
|
||||
'0xcf9de7b34460e5f97afaeed6d0efa5a3dd65fbe190de8ed28ecfa50e573af7c8': 1,
|
||||
};
|
||||
|
||||
export function comparePinnedChains(a: string, b: string) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user