Skip to content

Commit

Permalink
chore(arns): change reference gateway to arweave.net
Browse files Browse the repository at this point in the history
This is the production arns resolver and what observers validate against - https://github.com/ar-io/ar-io-observer/blob/develop/src/config.ts#L62-L65.
  • Loading branch information
dtfiedler committed Nov 4, 2024
1 parent e1ce570 commit 6837330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/observations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ArNSAssessment, Assessment, OwnershipAssessment } from '@src/types';
import { arrayBufferToBase64Url, fetchWithTimeout } from '.';

const NAME_PASS_THRESHOLD = 0.8;
const REFERENCE_GATEWAY_FQDN = 'ar-io.dev';
const REFERENCE_GATEWAY_FQDN = 'arweave.net';

export const assessOwnership = async (
gateway: AoGatewayWithAddress,
Expand Down

0 comments on commit 6837330

Please sign in to comment.