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 1490250 commit 9e41ce5Copy full SHA for 9e41ce5
packages/cli/src/command-helpers/contracts.ts
@@ -248,7 +248,7 @@ export class ContractService {
248
}
249
250
251
- throw new Error(`JSON-RPC is unreachable`);
+ throw new Error(`No implementation address found`);
252
253
254
private async fetchTransactionByHash(networkId: string, txHash: string) {
@@ -279,6 +279,6 @@ export class ContractService {
279
280
281
282
+ throw new Error(`Failed to fetch tx ${txHash}`);
283
284
0 commit comments