There was an error while loading. Please reload this page.
1 parent 1e828c7 commit 5b3da66Copy full SHA for 5b3da66
1 file changed
packages/common/src/transports/wiresaw.ts
@@ -34,7 +34,6 @@ export function wiresaw<const wiresawTransport extends Transport>(
34
...rest,
35
// TODO: type `request` so we don't have to cast
36
async request(req): ReturnType<EIP1193RequestFn> {
37
- console.log("rpc request", req.method);
38
try {
39
if (req.method === "eth_chainId") {
40
if (chainId != null) return chainId;
0 commit comments