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 499ced9 commit c1474bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/types/src/interfaces/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export default {
chain: "Chain",
pendingDeposits: "Vec<Deposit>",
pendingCancelResolutions: "Vec<CancelResolution>",
pendingWithdrawalResolutions: "Vec<WithdrawalResolution>",
pendingL2UpdatesToRemove: "Vec<L2UpdatesToRemove>",
},
Deposit: {
requestId: "RequestId",
Expand Down Expand Up @@ -76,4 +74,4 @@ export default {
export { default as pos } from './pos/definitions.js';
export { default as xyk } from './xyk/definitions.js';
export { default as rolldown } from './rolldown/definitions.js';
export { default as metamask } from './metamask/definitions.js';
export { default as metamask } from './metamask/definitions.js';

0 comments on commit c1474bc

Please sign in to comment.