From c08e5e986ff8680bd0dce1b3880cc11a59ee9bb2 Mon Sep 17 00:00:00 2001 From: xylophonez Date: Thu, 16 Apr 2026 14:10:38 +0100 Subject: [PATCH] blog: stake 3 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 531ef86..bd017a4 100644 --- a/src/config.ts +++ b/src/config.ts @@ -4,7 +4,7 @@ export const BLOG_PERMALINK_PREFIX = "https://386464538491k.arweave.net"; export const BLOG_DEFAULT_DESCRIPTION = "A blog about cyberspace decentralization"; export const BLOG_TWITTER_HANDLE = ""; -export const MANIFEST_TX_ID = "SetFT_nXdd3_dNQHy_Dx3FJ-qL7OHfSdyR00v0lUVOY"; +export const MANIFEST_TX_ID = "BHVszJ1X-i3hnlNRflQccP_ESXZbWsSCJOfBOuNDePQ"; export const ARWEAVE_GATEWAY = "https://arweave.net"; export const AO_URL = "https://push-1.forward.computer";