Earn{' '}
{formatMoney(REFERRAL_AMOUNT)} referral bonus
{' '}
if a new user signs up using the link!
or
{showChallenge && (
)}
)
}
const getTweetText = (contract: Contract, url: string) => {
const { question, resolution } = contract
const tweetDescription = resolution ? `\n\nResolved ${resolution}!` : ''
return `${question}\n\n${url}${tweetDescription}`
}