Skip to content

Commit

Permalink
chore: remove unneeded unknown and aptos operation type
Browse files Browse the repository at this point in the history
  • Loading branch information
jccguimaraes committed Jan 6, 2025
1 parent 6df595b commit fe791c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/ledgerjs/packages/types-live/src/operation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export type OperationType =
| "NONE"
| "CREATE"
| "REVEAL"
// APTOS
| "UNKNOWN"
// COSMOS
| "DELEGATE"
| "UNDELEGATE"
Expand Down

0 comments on commit fe791c1

Please sign in to comment.