Skip to content

Commit 8d1886c

Browse files
committed
fix(params as any): params as any
1 parent cd6b363 commit 8d1886c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { ConsoleLike } from '../utils/types'
99
*/
1010
export interface IRequestArguments {
1111
readonly method: string
12-
readonly params?: IRequestParams
12+
readonly params?: any
1313
readonly chainId?: number
1414
}
1515

0 commit comments

Comments
 (0)