Skip to content

Commit

Permalink
Merge branch 'develop' into PE-7339-review-todos
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 20, 2024
2 parents 2d43545 + 7edaece commit ddd9eee
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 ddd9eee

Please sign in to comment.