Skip to content

Commit

Permalink
include CurrencyRateController:stateChange in allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Jan 29, 2025
1 parent cfa9778 commit a37506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/Engine/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export class Engine {
this.controllerMessenger.getRestricted({
name: 'RatesController',
allowedActions: [],
allowedEvents: [],
allowedEvents: ['CurrencyRateController:stateChange'],
});

const multichainRatesController = createMultichainRatesController({
Expand Down

0 comments on commit a37506e

Please sign in to comment.