Skip to content

Commit

Permalink
js: add CNAME to guardians set
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed Feb 2, 2024
1 parent 2fed249 commit 5cd73ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/record_v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
*/
export const GUARDIANS = new Map<Record, PublicKey>([
[Record.Url, new PublicKey("ExXjtfdQe8JacoqP9Z535WzQKjF4CzW1TTRKRgpxvya3")],
[Record.CNAME, new PublicKey("ExXjtfdQe8JacoqP9Z535WzQKjF4CzW1TTRKRgpxvya3")],
]);

/**
Expand Down

0 comments on commit 5cd73ef

Please sign in to comment.