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 2c490b7 commit 9895d4fCopy full SHA for 9895d4f
packages/contracts-sdk/src/lib/contracts-sdk.ts
@@ -331,7 +331,9 @@ export class LitContracts {
331
contractName,
332
},
333
334
- `Contract "${contractName}" not found in network "${network}". Did you mean ${Object.keys(NETWORK_CONTEXT_BY_NETWORK).join(', ')}?`
+ `Contract "${contractName}" not found in network "${network}". Did you mean ${Object.keys(
335
+ NETWORK_CONTEXT_BY_NETWORK
336
+ ).join(', ')}?`
337
);
338
}
339
0 commit comments