Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
prachi00 committed Apr 8, 2023
1 parent ffd6b6e commit da1a707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/static/src/names.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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]',
rmrk2: 'RMRK 2.0 [Beta]',
Expand Down
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' | 'rmrk2'
export type Prefix = 'bsx' | 'glmr' | 'rmrk' | 'movr' | 'ksm' | 'snek'
// | 'statemine'
// | 'westmint'

Expand Down

0 comments on commit da1a707

Please sign in to comment.