Skip to content

Commit

Permalink
fix: remarking ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
songwongtp committed Sep 6, 2023
1 parent 46b3e9a commit aca7cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export enum RemarkOperation {
CONTRACT_CODE_HISTORY_OPERATION_TYPE_GENESIS = "CONTRACT_CODE_HISTORY_OPERATION_TYPE_GENESIS",
}

type RemarkType = "governance" | "transaction" | "genesis";
type RemarkType = "genesis" | "governance" | "transaction";

export interface ContractHistoryRemark {
operation: RemarkOperation;
Expand Down

0 comments on commit aca7cc4

Please sign in to comment.