aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
77 stars 46 forks source link

Removes use of `is_active` for ANS queries #418

Closed kaw2k closed 3 months ago

kaw2k commented 5 months ago

Description

An issue was raised for the ANS api. This PR brings the logic from that fix the the SDK.

Test Plan

See the test plan for the linked PR.