Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 166a74e

Browse files
committed
fix: 🐛 remove unnecessary optional mark
1 parent 37d9fb7 commit 166a74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ export interface IndexedFilterValues {
205205
}
206206

207207
export interface BlockRange {
208-
fromBlock?: BlockParam;
209-
toBlock?: BlockParam;
208+
fromBlock: BlockParam;
209+
toBlock: BlockParam;
210210
}
211211

212212
export type ContractEventArgs =

0 commit comments

Comments
 (0)