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 ddb60b0 commit b6915edCopy full SHA for b6915ed
src/httpClient.ts
@@ -56,7 +56,6 @@ export class HttpClient {
56
switch (method) {
57
case "eth_sendRawTransaction":
58
isWriteRequest = true;
59
- break;
60
// Should always be from the latest block
61
case "eth_blockNumber":
62
case "eth_estimateGas":
0 commit comments