libs/static/src/names.ts
import type { Prefix } from './types'
export const NAMES: Record<Prefix, string> = {
ksm: 'Kusama',
ahk: 'KusamaHub',
dot: 'Polkadot',
ahp: 'PolkadotHub',
imx: 'Immutable zkEVM',
base: 'Base',
mnt: 'Mantle',
// ahr: 'RococoHub',
// glmr: 'Moonbeam [Beta]',
// movr: 'Moonriver [Beta]',
}