const thread = await fetchViral();
function submitThread(url) {
return api.post('/threads', {
url, wallets: { usdt, itc }
});
}
// Interchained Thread Contest
async function vote(threadId) {
await api.vote(threadId);
}
const prizes = {
first: "50 USDT",
second: "2000 $ITC",
third: "1500 $ITC"
};
// X.com viral threads
class ThreadContest {
constructor() {
this.entries = [];
}
}
𝕏
𝕏