From bada2492626592a400c6d2f765593615d25384f7 Mon Sep 17 00:00:00 2001 From: Andrei O Date: Thu, 23 Jan 2025 11:50:56 +0200 Subject: [PATCH] fix: CI fchubUtils now returns string hash --- CI/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CI/index.ts b/CI/index.ts index 062df0e..74d6394 100644 --- a/CI/index.ts +++ b/CI/index.ts @@ -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}`