From f0339a9e2640826761e55b13019df18dbe1f646d Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Sun, 3 Aug 2025 20:27:03 +0300 Subject: [PATCH] update genesis for the latest deployment Signed-off-by: Uncle Fatso --- package.json | 2 +- src/state.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a164462..4f5a6bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-telemetry-frontend", - "version": "0.1.9", + "version": "0.1.10", "author": "Uncle f4tso ", "license": "GPL-3.0", "description": "Ghost Telemetry frontend", diff --git a/src/state.ts b/src/state.ts index bf3036e..f83d9dc 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.0.3 - '0x07074eb5f47a6f4dd70430674e5174d5414bc055292b90392fb6f0a28c7524d1': 1, + // casper v0.8.0 + '0xa217f4ee58a944470e9633ca5bd6d28a428ed64cd9b6f3e413565f359f89af90': 1, }; export function comparePinnedChains(a: string, b: string) {