diff --git a/src/index.ts b/src/index.ts index 8a01a2a..6e115cb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -263,7 +263,7 @@ export default class Handshake extends AbstractResolverModule { ): Promise<[] | boolean> { const query = this.resolver.rpcNetwork.wisdomQuery( "getnameresource", - "hns", + "handshake", [tld], bypassCache );