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 99d296f commit 9fba73eCopy full SHA for 9fba73e
packages/cli/src/command-helpers/contracts.ts
@@ -193,7 +193,7 @@ export class ContractService {
193
}
194
195
196
- throw new Error(`JSON-RPC is unreachable`);
+ throw new Error(`No implementation address found`);
197
198
199
private async fetchTransactionByHash(networkId: string, txHash: string) {
@@ -224,6 +224,6 @@ export class ContractService {
224
225
226
227
+ throw new Error(`Failed to fetch tx ${txHash}`);
228
229
0 commit comments