You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/contracts-sdk/src/lib/contracts-sdk.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -331,9 +331,7 @@ export class LitContracts {
331
331
contractName,
332
332
},
333
333
},
334
-
`Contract "${contractName}" not found in network "${network}". Did you mean ${Object.keys(
335
-
NETWORK_CONTEXT_BY_NETWORK
336
-
).join(', ')}?`
334
+
`Contract "${contractName}" not found on network "${network}". When using a 'custom' network, you must provide a custom context. This function is not intended for use with a 'custom' network.`
0 commit comments