10 lines
213 B
TypeScript
10 lines
213 B
TypeScript
import { checkSubdomains, subdomains } from './ensSubdomains'
|
|
import { getEnsOwner, getNameFromHash } from './ens'
|
|
|
|
export const ensService = {
|
|
subdomains,
|
|
getEnsOwner,
|
|
checkSubdomains,
|
|
getNameFromHash,
|
|
}
|