Skip to content

Commit

Permalink
export subgraph utils
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Sep 4, 2023
1 parent b3cfb6a commit 217f7c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ensjs/src/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ export {
type GetSubnamesParameters,
type GetSubnamesReturnType,
} from './functions/subgraph/getSubnames.js'
export {
getChecksumAddressOrNull,
makeNameObject,
type Name,
} from './functions/subgraph/utils.js'

0 comments on commit 217f7c1

Please sign in to comment.