Skip to content

Commit

Permalink
style(i-eth-contract-deployment): linter fix
Browse files Browse the repository at this point in the history
Signed-off-by: Youngone Lee <youngone.lee@accenture.com>
  • Loading branch information
Leeyoungone authored and petermetz committed Jun 29, 2021
1 parent 50107f6 commit f97f264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface IEthContractDeployment {
address: string;
abi: any;
abi: unknown;
bytecode: string;
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export interface IEthContractDeployment {
address: string;
abi: any;
abi: unknown;
bytecode: string;
contractName: string;
keychainId: string;
Expand Down

0 comments on commit f97f264

Please sign in to comment.