Skip to content

Commit

Permalink
fix: make public key optionnal
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Feb 9, 2024
1 parent 39bb2a4 commit 8cd97d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export type ExportedContractKeypairs = {

export type FhevmInstanceParams = {
chainId: number;
publicKey: string;
publicKey?: string;
keypairs?: ExportedContractKeypairs;
};

Expand Down

0 comments on commit 8cd97d9

Please sign in to comment.