Skip to content

Commit

Permalink
Make NativeTicker type strict
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jun 7, 2023
1 parent 1d57de2 commit 4aaf647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/ticker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type NativeTicker = (typeof Ticker)[keyof typeof Ticker]
export const Ticker = {
ROSE: 'ROSE',
TEST: 'TEST',
}
} as const

const networkTicker: Record<Network, NativeTicker> = {
[Network.mainnet]: Ticker.ROSE,
Expand Down

0 comments on commit 4aaf647

Please sign in to comment.