Skip to content

Commit

Permalink
chore(docs): add link to ADR
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Feb 4, 2025
1 parent 66c5211 commit f163820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/ant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import { ANTRecords, SortedANTRecords } from '../types/ant.js';
*
* Note: javascript guarantees that the order of objects in an object is persistent. Still, adding index to each record is useful for enforcing against undername limits.
*
* Reference: https://github.com/ar-io/ar-io-node/blob/e0a9ec56559cad1b3e35d668563871afb8649913/docs/madr/003-arns-undername-limits.md
*
* @param antRecords - The ANT records to sort.
*/
export const sortedANTRecords = (antRecords: ANTRecords): SortedANTRecords => {
Expand Down

0 comments on commit f163820

Please sign in to comment.