kodadot/nft-gallery

View on GitHub
libs/static/src/names.ts

Summary

Maintainability
A
1 hr
Test Coverage
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]',
}