You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest minor version of Axios has made a change requiring 'Accept-Encoding': 'application/json' to be sent in the header of a axios reqest with json response, otherwise the response is broken. When broken, it fails to scan addresses for balances. NPM auto updates to this version unfortunately.
The latest minor version of Axios has made a change requiring
'Accept-Encoding': 'application/json'
to be sent in the header of a axios reqest with json response, otherwise the response is broken. When broken, it fails to scan addresses for balances. NPM auto updates to this version unfortunately.Requires adding the addtional header to here: https://github.com/LedgerHQ/xpub-scan/blob/main/src/helpers.ts#L25
The text was updated successfully, but these errors were encountered: