Skip to content

Commit

Permalink
Merge pull request #179 from isomerpages/staging
Browse files Browse the repository at this point in the history
Update hci.edu.sg.ts
  • Loading branch information
dcshzj authored Jul 11, 2024
2 parents 9e0e838 + e309fd1 commit c856ffe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dns/hci.edu.sg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ export const createRecords = (zoneId: string): Record[] => {
},
],
}),

// NOTE: The following records are needed by HCI for their OpenCerts issuance verification
new Record("hci.edu.sg TXT", {
name: "hci-edu-sg",
type: "TXT",
zoneId: zoneId,
ttl: 3600,
records: [
"openatts net=ethereum netId=1 addr=0xDc45D2E1482093E6E8933688347969ba785C39f9",
"openatts a=dns-did; p=did:ethr:0x0ee7FeE3eC819CC838A162F4a8DA0204Fd5B5dB1#controller; v=1.0",
],
}),
];

return records;
Expand Down

0 comments on commit c856ffe

Please sign in to comment.