import { RootStorageArchivist } from './ModuleNames.ts' export const GlobalNodeOffsetPath = '15' export const RemoteNodeOffsetPaths: Record = { Kerplunk: '112', Local: '111', Main: '113', } export const RemoteNodeArchivistOffsetPaths: Record> = { Kerplunk: { MemoryNode: '117', [RootStorageArchivist]: '119', }, Local: { MemoryNode: '114', [RootStorageArchivist]: '116', }, Main: { MemoryNode: '120', [RootStorageArchivist]: '122', }, }