Skip to content

Commit

Permalink
fix: simgflag (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni authored Jun 7, 2024
1 parent a127e8c commit f3458b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/nonspec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const ESimulationFlag = {
SKIP_FEE_CHARGE: 'SKIP_FEE_CHARGE',
} as const;

export type ETransactionFlag = (typeof ESimulationFlag)[keyof typeof ESimulationFlag];
export type ESimulationFlag = (typeof ESimulationFlag)[keyof typeof ESimulationFlag];

export const ETransactionStatus = {
RECEIVED: 'RECEIVED',
Expand Down

0 comments on commit f3458b9

Please sign in to comment.