Skip to content

Commit

Permalink
⚰️ last words from rmrk2
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 11, 2023
1 parent 38f6d3b commit 0ad313b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions libs/static/src/chains.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { NAMES } from './names'
import type {
BackwardPrefix,
ChainProperties,
Config,
Option,
Prefix,
} from './types'
import type { ChainProperties, Config, Option, Prefix } from './types'

export const toChainProperty = (
ss58Format: number,
Expand Down
2 changes: 0 additions & 2 deletions libs/static/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ export type Prefix = 'bsx' | 'glmr' | 'rmrk' | 'movr' | 'ksm' | 'snek'
// | 'statemine'
// | 'westmint'

export type BackwardPrefix = Prefix | 'rmrk2'

export type Squid = 'rubick' | 'snekk' | 'click' | 'antick' | 'marck'

export type Config<T = boolean> = Record<Prefix, T>
Expand Down

0 comments on commit 0ad313b

Please sign in to comment.