Commit 615db41d authored by Max Alekseenko's avatar Max Alekseenko

replace link

parent cb04b16e
...@@ -58,7 +58,7 @@ const RewardsContext = createContext<TRewardsContext>({ ...@@ -58,7 +58,7 @@ const RewardsContext = createContext<TRewardsContext>({
// Message to sign for the rewards program // Message to sign for the rewards program
function getMessageToSign(address: string, nonce: string, isLogin?: boolean, refCode?: string) { function getMessageToSign(address: string, nonce: string, isLogin?: boolean, refCode?: string) {
const signInText = 'Sign-In for the Blockscout points program.'; const signInText = 'Sign-In for the Blockscout points program.';
const signUpText = 'Sign-Up for the Blockscout points program. I accept Terms of Service: https://points.blockscout.com/tos. I love capybaras.'; const signUpText = 'Sign-Up for the Blockscout points program. I accept Terms of Service: https://merits.blockscout.com/tos. I love capybaras.';
const referralText = refCode ? ` Referral code: ${ refCode }` : ''; const referralText = refCode ? ` Referral code: ${ refCode }` : '';
const body = isLogin ? signInText : signUpText + referralText; const body = isLogin ? signInText : signUpText + referralText;
return [ return [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment