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 001e510 commit ace5735Copy full SHA for ace5735
packages/thirdweb/src/rpc/rpc.ts
@@ -146,7 +146,7 @@ export function getRpcClient(
146
if (!response) {
147
inflight.reject(
148
new Error(
149
- `No response for index ${index} - all responses: ${stringify(responses)}`,
+ `RPC Error from ${rpcUrl}:\nrequests: ${stringify(requests)}\nresponses: ${stringify(responses)}`,
150
),
151
);
152
}
0 commit comments