Skip to content

Commit

Permalink
typo-Update zkEvmL2.ts (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
romashka-btc authored Jan 2, 2025
1 parent 3756b1c commit bd4c646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/api/zkEvmL2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export type ZkEvmL2TxnBatch = {

export type ZkEvmL2TxnBatchTxs = {
items: Array<Transaction>;
// API responce doesn't have next_page_params option, but we need to add it to the type for consistency
// API response doesn't have next_page_params option, but we need to add it to the type for consistency
next_page_params: null;
};

Expand Down

0 comments on commit bd4c646

Please sign in to comment.