From 1647f5cb958f1d347f05f58eba12c3ae171bbf21 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Sat, 12 Sep 2026 17:41:12 +0300 Subject: [PATCH] update casper runtime genesis hash to the latest version Signed-off-by: Uncle Stretch --- package.json | 2 +- src/state.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) {