We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa3bc5 commit 4c34406Copy full SHA for 4c34406
packages/snaps-simulation/src/middleware/internal-methods/switch-ethereum-chain.ts
@@ -25,7 +25,6 @@ export async function getSwitchEthereumChainHandler(
25
response: PendingJsonRpcResponse<Json>,
26
_next: JsonRpcEngineNextCallback,
27
end: JsonRpcEngineEndCallback,
28
- // hooks: GetAccountsHandlerHooks,
29
) {
30
response.result = null;
31
return end();
0 commit comments