Skip to content

Commit

Permalink
Use 'anyone' arns ant process id
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Sep 3, 2024
1 parent fe1596d commit db677f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import Irys from '@irys/sdk'
import { ANT, ArweaveSigner } from '@ar.io/sdk'
import { copyFileSync } from 'fs'

const processId = '9UpvN6H7sMo0vkuQeou3Ra0pZguWavtpt_8lfqPQlI8'
// ator-dashboard process id
// const processId = '9UpvN6H7sMo0vkuQeou3Ra0pZguWavtpt_8lfqPQlI8'

// anyone process id
const processId = 'lZKDfIa5JiWQ8ojjXiRSey_81Bftbib4tLpIJh4UO0g'

const DEPLOY_FOLDER = './.output/public'
const IRYS_NODE = 'https://node2.irys.xyz/'
const jwk = JSON.parse(
Expand Down

0 comments on commit db677f1

Please sign in to comment.