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
Update @nimiq/utils for new FiatApi and make provider configurable
CoinGecko is becoming increasingly strict with unauthenticated access to their
API without API key. For example, wallet.nimiq.com has already been blocked from
unauthenticated access, thus the Wallet has been switched to CryptoCompare as
fiat api provider, while hub.nimiq.com and keyguard.nimiq.com are not currently
blocked. As the only vue-component that currently makes use of the FiatApi is
PaymentInfoLine which is used only in the Hub, we don't have to switch the
provider to CryptoCompare yet, and because otherwise we should also switch the
provider in PaymentInfoLine in the Keyguard, which is a bit more work, we don't
make the switch yet.
0 commit comments