Skip to content

Commit

Permalink
chore(runway): cherry-pick fix: Add missing allowedAction NetworkCont…
Browse files Browse the repository at this point in the history
…roller:findNetworkClientIdByChainId to transactionController (#11005)

- fix: Add missing allowedAction
NetworkController:findNetworkClientIdByChainId to transactionController
(#10936)
[6b19866](6b19866)

Co-authored-by: Jyoti Puri <jyotipuri@gmail.com>
  • Loading branch information
runway-github[bot] and jpuri authored Sep 3, 2024
1 parent cdec83b commit 4180cd5
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 @@ -1177,6 +1177,7 @@ class Engine {
`${accountsController.name}:getSelectedAccount`,
`${approvalController.name}:addRequest`,
`${networkController.name}:getNetworkClientById`,
`${networkController.name}:findNetworkClientIdByChainId`,
],
allowedEvents: [`NetworkController:stateChange`],
}),
Expand Down

0 comments on commit 4180cd5

Please sign in to comment.