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 23e3f52 commit 06f7bf4Copy full SHA for 06f7bf4
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