Skip to content

Commit

Permalink
Update packages/selected-network-controller/src/SelectedNetworkContro…
Browse files Browse the repository at this point in the history
…ller.ts

Co-authored-by: Mark Stacey <markjstacey@gmail.com>
  • Loading branch information
adonesky1 and Gudahtt authored Mar 26, 2024
1 parent ccc3e5d commit af889f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class SelectedNetworkController extends BaseController<
* @param options.messenger - The restricted controller messenger for the EncryptionPublicKey controller.
* @param options.state - The controllers initial state.
* @param options.getUseRequestQueue - feature flag for perDappNetwork & request queueing features
* @param options.domainProxyMap - an object that implements the Map interface for Domain to NetworkProxy
* @param options.domainProxyMap - A map for storing domain-specific proxies that are held in memory only during use.
*/
constructor({
messenger,
Expand Down

0 comments on commit af889f7

Please sign in to comment.