fungible-systems / micro-stacks

Tiny libraries for building the next generation of Stacks apps.
https://micro-stacks.dev
MIT License
82 stars 15 forks source link

Zone file fetcher uses address instead of name #169

Open larrysalibra opened 1 year ago

larrysalibra commented 1 year ago

The fetchZoneFile() fetcher uses the stacks address instead of the name when trying to look up the zone file. This results in an invalid api call.

https://github.com/fungible-systems/micro-stacks/blob/2b3d6d021a63003f18ca77c1180d2b1644ea3d0f/packages/client/src/micro-stacks-client.ts#L711