Skip to content

Commit

Permalink
Merge branch 'main' into 5359
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-anderson-x committed Apr 9, 2023
2 parents 02a6528 + 72e9024 commit 812330e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libs/static/src/names.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { Prefix } from './types'
import { BackwardPrefix } from './types'

export const NAMES: Record<Prefix, string> = {
export const NAMES: Record<BackwardPrefix, string> = {
bsx: 'Basilisk',
glmr: 'Moonbeam [Beta]',
ksm: 'RMRK 2.0 [Beta]',
rmrk2: 'RMRK 2.0 [Beta]',
rmrk: 'Kusama',
ksm: 'Kusama',
movr: 'Moonriver [Beta]',
snek: 'Snek [Rococo]',
}

0 comments on commit 812330e

Please sign in to comment.