We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b7a65 commit 4550a10Copy full SHA for 4550a10
app/scripts/metamask-controller.js
@@ -400,7 +400,7 @@ export default class MetamaskController extends EventEmitter {
400
name: 'CurrencyRateController',
401
});
402
this.currencyRateController = new CurrencyRateController({
403
- includeUSDRate: true,
+ includeUsdRate: true,
404
messenger: currencyRateMessenger,
405
state: {
406
...initState.CurrencyController,
0 commit comments