Skip to content

Commit

Permalink
fix: Add missing allowedAction NetworkController:findNetworkClientIdB…
Browse files Browse the repository at this point in the history
…yChainId to transactionController (#10936)
  • Loading branch information
jpuri authored Sep 3, 2024
1 parent 7b17453 commit 6b19866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,7 @@ class Engine {
`${accountsController.name}:getSelectedAccount`,
`${approvalController.name}:addRequest`,
`${networkController.name}:getNetworkClientById`,
`${networkController.name}:findNetworkClientIdByChainId`,
],
allowedEvents: [`NetworkController:stateChange`],
}),
Expand Down

0 comments on commit 6b19866

Please sign in to comment.