Commit bd4c646c authored by Romashka's avatar Romashka Committed by GitHub

typo-Update zkEvmL2.ts (#2488)

parent 3756b1c9
...@@ -69,7 +69,7 @@ export type ZkEvmL2TxnBatch = { ...@@ -69,7 +69,7 @@ export type ZkEvmL2TxnBatch = {
export type ZkEvmL2TxnBatchTxs = { export type ZkEvmL2TxnBatchTxs = {
items: Array<Transaction>; 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; next_page_params: null;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment