Skip to content

Commit b0e42d8

Browse files
committed
use bigint to the core types
1 parent 863c946 commit b0e42d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export interface Config {
6060
connectionAcquisitionTimeout?: number
6161
connectionTimeout?: number
6262
disableLosslessIntegers?: boolean
63+
useBigInt?: boolean
6364
logging?: LoggingConfig
6465
resolver?: (address: string) => string[] | Promise<string[]>
6566
userAgent?: string

0 commit comments

Comments
 (0)