Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 6879edf

Browse files
committed
fix: type
1 parent d8168b3 commit 6879edf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

chainDeploy/helpers/logging.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ interface PrepareAndLogTransactionParams {
66
functionName: string;
77
args: any[];
88
description: string;
9-
walletClient: any;
10-
inputs: {
11-
internalType: string;
12-
name: string;
13-
type: string;
14-
}[];
159
}
1610

1711
export const logTransaction = (description: string, data: string) => {

0 commit comments

Comments
 (0)