+1
-1
package.json
+1
-1
package.json
+2
-2
src/lib/notary.ts
+2
-2
src/lib/notary.ts
···
3
3
import EASPackage from '@ethereum-attestation-service/eas-sdk';
4
4
const { EAS, SchemaEncoder, SchemaRegistry, NO_EXPIRATION } = EASPackage;
5
5
6
-
import type { NotaryConfig, NotarizationResult, AttestationData } from './types';
7
-
import { parseRecordURI, hashContent, getExplorerURL } from './utils';
6
+
import type { NotaryConfig, NotarizationResult, AttestationData } from './types.ts';
7
+
import { parseRecordURI, hashContent, getExplorerURL } from './utils.js';
8
8
9
9
// Default schemas (deployed by atnotary maintainers)
10
10
const DEFAULT_SCHEMAS = {