Open
Description
In NFTController
, the private property #chainId
currently falls back to the selectedNetwork
, as seen in the #onNetworkControllerNetworkDidChange
method. This property is no longer needed with the remove of GNS
🎯 Goal
- Remove the
#chainId
private property entirely - Refactor all functions that use
#chainId
to requirechainId
as an explicit, mandatory parameter