update to the latest v0.8.4 ghost-node version

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2025-11-29 12:40:22 +03:00
parent b56362e04d
commit 7f5382c163
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "ghost-telemetry-frontend", "name": "ghost-telemetry-frontend",
"version": "0.1.15", "version": "0.1.16",
"author": "Uncle f4tso <f4ts0@ghostchain.io>", "author": "Uncle f4tso <f4ts0@ghostchain.io>",
"license": "GPL-3.0", "license": "GPL-3.0",
"description": "Ghost Telemetry frontend", "description": "Ghost Telemetry frontend",

View File

@ -3,8 +3,8 @@ import { Types, Maybe, SortedCollection } from './common';
import { Column } from './components/List'; import { Column } from './components/List';
export const PINNED_CHAINS = { export const PINNED_CHAINS = {
// casper v0.8.0 // casper v0.8.4
'0xa217f4ee58a944470e9633ca5bd6d28a428ed64cd9b6f3e413565f359f89af90': 1, '0x5e1190682f1a6409cdfd691c0b23a6db792864d8994e591e9c19a31d8163989f': 1,
}; };
export function comparePinnedChains(a: string, b: string) { export function comparePinnedChains(a: string, b: string) {