Skip to content

Commit fb97fde

Browse files
author
Jas Kuner
committed
add userAgent to Config interface
1 parent 5818546 commit fb97fde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/driver.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ declare interface Config {
5858
disableLosslessIntegers?: boolean
5959
logging?: LoggingConfig
6060
resolver?: (address: string) => string[] | Promise<string[]>
61+
userAgent?: string
6162
}
6263

6364
declare type SessionMode = 'READ' | 'WRITE'

0 commit comments

Comments
 (0)