Skip to content

Commit

Permalink
yarn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Feb 24, 2021
1 parent f1549d9 commit 766dd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export type BlockId = BlockHash | BlockHeight;

export type Finality = 'optimistic' | 'near-final' | 'final'

export type BlockReference = { blockId: BlockId } | { finality: Finality } | { sync_checkpoint: "genesis" | "earliest_available" }
export type BlockReference = { blockId: BlockId } | { finality: Finality } | { sync_checkpoint: 'genesis' | 'earliest_available' }

export enum ExecutionStatusBasic {
Unknown = 'Unknown',
Expand Down

0 comments on commit 766dd9d

Please sign in to comment.