Skip to content

Commit

Permalink
fix: SigningClient single chain opts type
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Jan 30, 2024
1 parent d5613ae commit aa83a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graz/src/hooks/signingClients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { useTendermintClient } from "./clients";

interface SiginingClientSinglechainArgs<T> {
multiChain?: false;
opts?: Record<string, T>;
opts?: T;
}

interface SiginingClientMultichainArgs<T> {
Expand Down

0 comments on commit aa83a22

Please sign in to comment.