Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor static method middlware (#5621)
Some RPC methods that return static results are being handled in `web3-provider-engine` rather than `RPCMethodMiddleware.ts`. They have now all been moved to `RPCMethodMiddleware.ts`. This should result in no functional changes. This relates to #5513
- Loading branch information