Skip to content

Commit

Permalink
chains ids is optional verification param
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbl committed Oct 1, 2024
1 parent 2418e38 commit 65888c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solana-actions/src/signMessageData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { SignMessageData } from "@solana/actions-spec";
export interface SignMessageVerificationOptions {
expectedAddress?: string;
expectedDomains?: string[];
expectedChainIds: string[];
expectedChainIds?: string[];
issuedAtThreshold?: number;
}

Expand Down

0 comments on commit 65888c2

Please sign in to comment.