Skip to content

Commit

Permalink
Add getNetworkClientById in NFTController constructor options
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Oct 16, 2023
1 parent 53a3ce7 commit 421bf29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,9 @@ export default class MetamaskController extends EventEmitter {
source,
},
}),
getNetworkClientById: this.networkController.getNetworkClientById.bind(
this.networkController,
),
},
{},
initState.NftController,
Expand Down

0 comments on commit 421bf29

Please sign in to comment.