Skip to content

Commit

Permalink
feat(complete-withdrawals): add the 'completeWithdrawals' field in th…
Browse files Browse the repository at this point in the history
…e config type (#23)
  • Loading branch information
antomor authored Nov 3, 2023
1 parent 1e2dc4b commit 12709a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ export interface ApiConfig {
depositConfirmations: number;
zksyncVersion: 'contractV4';
// TODO: server_version (ZKS-627)
completeWithdrawals: boolean
}

export interface FeeRest {
Expand Down

0 comments on commit 12709a6

Please sign in to comment.