mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2025-02-02 14:50:44 +00:00
fix: CI fchubUtils now returns string hash
This commit is contained in:
parent
d2671eff1c
commit
bada249262
@ -73,10 +73,9 @@ const main = async () => {
|
||||
platforms: ['twitter', 'threads', 'bsky', 'lens']
|
||||
})
|
||||
}
|
||||
const fcPost = await fchubUtils.createFarcasterPost({
|
||||
const fcPostHash = await fchubUtils.createFarcasterPost({
|
||||
content: message,
|
||||
})
|
||||
const fcPostHash = Buffer.from(fcPost).toString('hex');
|
||||
if (fcPostHash) {
|
||||
await new Promise((resolve) => setTimeout(resolve, 3000));
|
||||
const launchCasterMessage = `@launch New Clear Wallet version ${VERSION} released! \n\nChanges: ${changeLogUrl}`
|
||||
|
Loading…
Reference in New Issue
Block a user