From 9f930565834be852c4894687fbb500a7f136fe4b Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Tue, 21 Jan 2025 21:58:16 +0300 Subject: [PATCH] update to v0.0.3 in the night Signed-off-by: Uncle Fatso --- src/state.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state.ts b/src/state.ts index 5ed26c1..d8de57a 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.2 - '0x7657c8c868863dea692178d462fe9018ac8f1e16f51be31eea8f29274d85525b': 1, + // casper v0.0.3 + '0xcb183819bddab6f7fbe26adb816764297a272fdf4bcc264fa9bc89b161647138': 1, }; export function comparePinnedChains(a: string, b: string) {