Skip to content

Commit

Permalink
Update packages/solana-actions/src/signMessageData.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Frostbutter <[email protected]>
  • Loading branch information
tsmbl and nickfrosty authored Oct 2, 2024
1 parent 8722f60 commit 6008f87
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 @@ -17,7 +17,7 @@ export enum SignMessageVerificationErrorType {
}

const DOMAIN =
"(?<domain>[^\\n]+?) wants you to sign message with your account:\\n";
"(?<domain>[^\\n]+?) wants you to sign a message with your account:\\n";
const ADDRESS = "(?<address>[^\\n]+)(?:\\n|$)";
const STATEMENT = "(?:\\n(?<statement>[\\S\\s]*?)(?:\\n|$))";
const CHAIN_ID = "(?:\\nChain ID: (?<chainId>[^\\n]+))?";
Expand Down

0 comments on commit 6008f87

Please sign in to comment.