Edit Twitter attestation message

This commit is contained in:
benber86 2021-05-21 15:57:14 +10:00
parent 5305d83de0
commit e094988964
1 changed files with 2 additions and 2 deletions

View File

@ -53,9 +53,9 @@ const actions = {
window.location.replace(`/api/connect/${provider}`)
},
makeTweet({ state }) {
const tweetText = `I just made the contribution %23${state.contributionIndex} to @TornadoCash Trusted Setup Ceremony!
const tweetText = `I just uploaded contribution %23${state.contributionIndex} to @sherpa_cash Trusted Setup Ceremony!
🚀 Let's make it more secure and trustless %23${process.env.hashtag} \n
https://ceremony.tornado.cash`
https://ceremony.sherpa.cash`
const popUpWindowWidth = 600
const popUpWindowHeight = 250
const dualScreenLeft = window.screenLeft !== undefined ? window.screenLeft : window.screenX