Skip to content

Commit 94c0d52

Browse files
committed
update EthersError type
1 parent ec0766f commit 94c0d52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export interface EthersError {
1818
};
1919
action?: string;
2020
reason?: string;
21+
operation?: string;
22+
contractAddress?: string;
2123
}
2224

2325
export interface NestedEthersError {

0 commit comments

Comments
 (0)