We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdcb97 commit c651ca3Copy full SHA for c651ca3
app/scripts/metamask-controller.js
@@ -6320,6 +6320,14 @@ export default class MetamaskController extends EventEmitter {
6320
'CronjobController:getBackgroundEvents',
6321
origin,
6322
),
6323
+ getNetworkConfigurationByChainId: this.controllerMessenger.call.bind(
6324
+ this.controllerMessenger,
6325
+ 'NetworkController:getNetworkConfigurationByChainId',
6326
+ ),
6327
+ getNetworkClientById: this.controllerMessenger.call.bind(
6328
6329
+ 'NetworkController:getNetworkClientById',
6330
6331
///: BEGIN:ONLY_INCLUDE_IF(keyring-snaps)
6332
handleSnapRpcRequest: (args) =>
6333
this.handleSnapRequest({ ...args, origin }),
0 commit comments