The extension now contains backfilled type definitions for eth-query: https://github.com/MetaMask/metamask-extension/blob/39f6042e6541e1badb9ee08098e55ce1f3c2dbef/types/eth-query.d.ts. If we move them to this repo, then we can update NetworkController to use them (for instance, we no longer have to stub them with any).
The extension now contains backfilled type definitions for
eth-query: https://github.com/MetaMask/metamask-extension/blob/39f6042e6541e1badb9ee08098e55ce1f3c2dbef/types/eth-query.d.ts. If we move them to this repo, then we can update NetworkController to use them (for instance, we no longer have to stub them withany).