Skip to content

Commit

Permalink
fix: Fixed ao process ID for main deploy, updated doc on custom ANT A…
Browse files Browse the repository at this point in the history
…O process init
  • Loading branch information
Bobinstein committed Dec 17, 2024
1 parent d85b313 commit b753a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/arweave-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
})
Expand Down
2 changes: 1 addition & 1 deletion src/app/build/ar-io-sdk/ants/configuration/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import {HeroPattern} from "@/components/HeroPattern"
const ant = ANT.init({
processId: "bh9l1cy0aksiL_x9M359faGzM_yjralacHIUo8_nQXM",
process: new AOProcess ({
processId: '<ARIO_PROCESS_ID>'
processId: "bh9l1cy0aksiL_x9M359faGzM_yjralacHIUo8_nQXM"
ao: connect({
MU_URL: 'https://mu-testnet.xyz', //customizable
CU_URL: 'https://cu-testnet.xyz', //customizable
Expand Down

0 comments on commit b753a3a

Please sign in to comment.