Skip to content

Commit

Permalink
align struct definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Aug 26, 2024
1 parent 592e3fb commit a878318
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/type-definitions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export const mTypes = {
chain: "Chain",
pendingDeposits: "Vec<Deposit>",
pendingCancelResolutions: "Vec<CancelResolution>",
pendingWithdrawalResolutions: "Vec<WithdrawalResolution>",
pendingL2UpdatesToRemove: "Vec<L2UpdatesToRemove>",
},
Deposit: {
requestId: "RequestId",
Expand Down

0 comments on commit a878318

Please sign in to comment.