Skip to content

Commit 9fd299b

Browse files
committed
chore: update comment
1 parent 9895d4f commit 9fd299b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/contracts-sdk/src/lib/contracts-sdk.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,7 @@ export class LitContracts {
331331
contractName,
332332
},
333333
},
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.`
337335
);
338336
}
339337

0 commit comments

Comments
 (0)