Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #68 from ar-io/arweave
Browse files Browse the repository at this point in the history
fix(warp): use `arweave.net` for state evaluation
  • Loading branch information
dtfiedler authored Nov 27, 2023
2 parents 841843a + 9d448c2 commit 3da1804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/arweave.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Arweave from 'arweave';
export const arweave = new Arweave({
protocol: process.env.GATEWAY_PROTOCOL ?? 'https',
port: process.env.GATEWAY_PORT ?? 443,
host: process.env.GATEWAY_HOST ?? 'ar-io.dev',
host: process.env.GATEWAY_HOST ?? 'arweave.net',
});

export function arweaveMiddleware(ctx: KoaContext, next: Next) {
Expand Down

0 comments on commit 3da1804

Please sign in to comment.