From b753a3abb42d97c8cf09bca1626ca16d1459a96c Mon Sep 17 00:00:00 2001 From: bobinstein Date: Tue, 17 Dec 2024 17:08:39 -0500 Subject: [PATCH] fix: Fixed ao process ID for main deploy, updated doc on custom ANT AO process init --- .github/workflows/scripts/arweave-deploy.js | 2 +- src/app/build/ar-io-sdk/ants/configuration/page.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/arweave-deploy.js b/.github/workflows/scripts/arweave-deploy.js index 6d95749d..2583035b 100644 --- a/.github/workflows/scripts/arweave-deploy.js +++ b/.github/workflows/scripts/arweave-deploy.js @@ -88,7 +88,7 @@ async function main() { const signer = new ArweaveSigner(jwk); const ant = ANT.init({ processId: process.env.DEPLOY_ANT_PROCESS_ID, signer, process: new AOProcess ({ - processId: ARIO_TESTNET_PID, + processId: process.env.DEPLOY_ANT_PROCESS_ID, ao: connect({ CU_URL: "https://cu.ardrive.io" }) diff --git a/src/app/build/ar-io-sdk/ants/configuration/page.mdx b/src/app/build/ar-io-sdk/ants/configuration/page.mdx index 0f3da604..cdfacad5 100644 --- a/src/app/build/ar-io-sdk/ants/configuration/page.mdx +++ b/src/app/build/ar-io-sdk/ants/configuration/page.mdx @@ -96,7 +96,7 @@ import {HeroPattern} from "@/components/HeroPattern" const ant = ANT.init({ processId: "bh9l1cy0aksiL_x9M359faGzM_yjralacHIUo8_nQXM", process: new AOProcess ({ - processId: '' + processId: "bh9l1cy0aksiL_x9M359faGzM_yjralacHIUo8_nQXM" ao: connect({ MU_URL: 'https://mu-testnet.xyz', //customizable CU_URL: 'https://cu-testnet.xyz', //customizable