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
{{ message }}
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
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