Skip to content

Commit

Permalink
#5435 rmrk label
Browse files Browse the repository at this point in the history
  • Loading branch information
prachi00 committed Apr 7, 2023
1 parent 6f596ae commit ffd6b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/static/src/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ import { Prefix } from './types'
export const NAMES: Record<Prefix, 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]',
}
2 changes: 1 addition & 1 deletion libs/static/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type Prefix = 'bsx' | 'glmr' | 'rmrk' | 'movr' | 'ksm' | 'snek'
export type Prefix = 'bsx' | 'glmr' | 'rmrk' | 'movr' | 'ksm' | 'snek' | 'rmrk2'
// | 'statemine'
// | 'westmint'

Expand Down

0 comments on commit ffd6b6e

Please sign in to comment.