fix: update test genesis hash for Dicle to match chains.ts

This commit is contained in:
2026-01-09 03:31:07 +03:00
parent 0c99ee8392
commit 5059957bc4
@@ -9,7 +9,7 @@ import type { AccountJson, AccountWithChildren } from '@pezkuwi/extension-base/b
import { buildHierarchy } from './buildHierarchy.js';
const genesisExample = {
DICLE: '0x0000000000000000000000000000000000000000000000000000000000000004',
DICLE: '0x0000000000000000000000000000000000000000000000000000000000000002',
PEZKUWI: '0x0000000000000000000000000000000000000000000000000000000000000001'
} as const;