We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0766f commit 94c0d52Copy full SHA for 94c0d52
lib/types.ts
@@ -18,6 +18,8 @@ export interface EthersError {
18
};
19
action?: string;
20
reason?: string;
21
+ operation?: string;
22
+ contractAddress?: string;
23
}
24
25
export interface NestedEthersError {
0 commit comments