Skip to content

Commit

Permalink
chore(evolve): use AIO_NETWORK_PROCESS_ID in evolve script
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Dec 20, 2024
1 parent 469ef84 commit 7edaece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/evolve.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { execSync } from 'child_process';
const wallet = JSON.parse(process.env.WALLET);
const signer = createAoSigner(new ArweaveSigner(wallet));
const networkProcess = new AOProcess({
processId: process.env.IO_NETWORK_PROCESS_ID, // TODO: Update to ARIO_NETWORK_PROCESS_ID
processId: process.env.ARIO_NETWORK_PROCESS_ID,
ao: connect({
CU_URL: process.env.AO_CU_URL,
}),
Expand Down

0 comments on commit 7edaece

Please sign in to comment.