Skip to content

Commit

Permalink
chore: update types.ts
Browse files Browse the repository at this point in the history
mulitple -> multiple
  • Loading branch information
eltociear authored Jan 31, 2025
1 parent 6507fd2 commit 897ae6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/events/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import type {
} from '@ethersproject/abstract-provider';

/**
* Ethers 6 supports mulitple addresses in a filter. Until then we have this
* Ethers 6 supports multiple addresses in a filter. Until then we have this
*/
export interface Ethers6Filter extends Omit<Filter, 'address'> {
address?: string | string[];
}

/**
* Ethers 6 supports mulitple addresses in a filter. Until then we have this
* Ethers 6 supports multiple addresses in a filter. Until then we have this
*/
export interface Ethers6FilterByBlockHash
extends Omit<FilterByBlockHash, 'address'> {
Expand Down

0 comments on commit 897ae6a

Please sign in to comment.