TBD54566975 / tbdex

56 stars 25 forks source link

Remove `queryParams` from `ListExchanges` #312

Closed kirahsapong closed 4 months ago

kirahsapong commented 4 months ago

With the spec returning { data: [id, id, id] } from any GET /exchanges call, it becomes redundant to pass queryParams of exchangeIds. Should remove

thehenrytsai commented 4 months ago

This is now done.