Skip to content

Commit

Permalink
change message (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev Kalra authored Oct 3, 2023
1 parent f1b9d55 commit d66f7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/claim_sdk/solana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type bump = number
// NOTE: This must be kept in sync with the on-chain program
const AUTHORIZATION_PAYLOAD = [
'Pyth Grant PID:\n',
'\nI authorize wallet\n',
'\nI authorize Solana wallet\n',
'\nto claim my token grant.\n',
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub mod sui;
* */
pub const AUTHORIZATION_PAYLOAD: [&str; 3] = [
"Pyth Grant PID:\n",
"\nI authorize wallet\n",
"\nI authorize Solana wallet\n",
"\nto claim my token grant.\n",
];

Expand Down

0 comments on commit d66f7c2

Please sign in to comment.