From 4d159407c460c52a10a0b2c238ba30964c498a4f Mon Sep 17 00:00:00 2001 From: bobinstein Date: Tue, 30 Jul 2024 19:12:13 -0400 Subject: [PATCH] chore: --- .github/workflows/scripts/arweave-deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/arweave-deploy.js b/.github/workflows/scripts/arweave-deploy.js index becc6b18..8403f4a6 100644 --- a/.github/workflows/scripts/arweave-deploy.js +++ b/.github/workflows/scripts/arweave-deploy.js @@ -43,7 +43,7 @@ async function main() { }); const records = await ant.getRecords(); - const arIoRecord = records["ar-io"].transactionId; + const arIoRecord = records["@"].transactionId; const url = `https://arweave.net/raw/${arIoRecord}`; async function fetchAndParseJson(url) {