diff --git a/package.json b/package.json index 9ae699d..47d0b46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-telemetry-frontend", - "version": "0.1.18", + "version": "0.1.19", "author": "Uncle f4tso ", "license": "GPL-3.0", "description": "Ghost Telemetry frontend", diff --git a/src/state.ts b/src/state.ts index 07ab532..97e61b3 100644 --- a/src/state.ts +++ b/src/state.ts @@ -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) {