Skip to content

Commit

Permalink
Made faucet options property optional
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Nov 28, 2023
1 parent 1004219 commit b2897b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export type ClientOptions = {
api_url?: string;
wallet?: Wallet | Signer;
electionId?: string;
faucet?: FaucetOptions;
faucet?: Partial<FaucetOptions>;
tx_wait?: TxWaitOptions;
};

Expand Down

0 comments on commit b2897b8

Please sign in to comment.