Skip to content

Commit

Permalink
Change none to min (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo authored Sep 3, 2024
1 parent 5221f7c commit 2661fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export interface GetPriorityFeeEstimateRequest {
}

export interface MicroLamportPriorityFeeLevels {
none: number;
min: number;
low: number;
medium: number;
high: number;
Expand Down

0 comments on commit 2661fd9

Please sign in to comment.