Skip to content

Commit

Permalink
asdasdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
Megumiiiiii committed May 23, 2024
1 parent 943c740 commit d3003e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Arweave from "arweave";

const ANT = "7Q_92xxEGJ6HkBop11D0gWLS-cW6gODpbv9RN71Hq8I";
const DEPLOY_FOLDER = "./out";
const IRYS_NODE = "https://node2.irys.xyz";
const IRYS_NODE = "https://arweave.mainnet.irys.xyz";

const jwk = JSON.parse(Buffer.from(process.env.KEY, "base64").toString("utf-8"));
const arweave = Arweave.init({ host: "arweave.net", port: 443, protocol: "https" });
Expand Down

1 comment on commit d3003e4

@vercel
Copy link

@vercel vercel bot commented on d3003e4 May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.