You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Make sure you set FARCASTER_SIGNER_UUID in your .env file',
97
106
);
98
107
}
99
108
awaitneynarClient.publishCast(
100
109
farcasterSignerUUID,
101
-
`Hey @${username} 👋
110
+
`@${username} 👋
102
111
103
-
${totalDelegates} people have delegated to you in the last 12 hours 🥳
112
+
🗳️ ${totalDelegates}${
113
+
oneDelegate ? 'person has' : 'people have'
114
+
} delegated to you in @Pairwise's Liquid Democracy experiment!
104
115
105
-
They want you to vote on their behalf in the @Optimism Retro Funding 6 Round. Go to https://app.pairwise.vote/ and rank the projects!`,
116
+
🤝 Delegate this voting power to the @Farcaster users you trust to judge the impact of the governance projects in @Optimism's Retro Funding 6 round or vote yourself! 🫡
117
+
118
+
👇
119
+
https://app.pairwise.vote
120
+
`,
121
+
);
122
+
console.log(
123
+
`Cast successfully sent to @${username} for ${totalDelegates} delegations`,
0 commit comments