Skip to content

Commit

Permalink
Merge pull request #169 from ensdomains/feat/offchain-dns-fetch
Browse files Browse the repository at this point in the history
feat: add getDnsOffchainData func for gasless dns
  • Loading branch information
TateB authored Jan 31, 2024
2 parents d998467 + e563a14 commit 1c7c1ca
Show file tree
Hide file tree
Showing 9 changed files with 914 additions and 191 deletions.
5 changes: 5 additions & 0 deletions packages/ensjs/src/dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ export {
type GetDnsImportDataParameters,
type GetDnsImportDataReturnType,
} from './functions/dns/getDnsImportData.js'
export {
default as getDnsOffchainData,
type GetDnsOffchainDataParameters,
type GetDnsOffchainDataReturnType,
} from './functions/dns/getDnsOffchainData.js'
export {
default as getDnsOwner,
type GetDnsOwnerParameters,
Expand Down
Loading

0 comments on commit 1c7c1ca

Please sign in to comment.