Skip to content

Commit

Permalink
Fixing types
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystalin committed Aug 1, 2022
1 parent b352c24 commit f774bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/commonArgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { authorizedChains } from "../methods/utils";
import { TxWrapperArgs } from "./types";

export const commonWrapperArgs: {[Property in keyof TxWrapperArgs]: any} = {
export const commonWrapperArgs = {
sudo: {
describe: "activates sudo mode",
type: "boolean" as "boolean",
Expand Down

0 comments on commit f774bba

Please sign in to comment.