js-sdk
js-sdk copied to clipboard
fix(contracts-sdk): ensure provided provider and signer instances are…
Description
Resolves an issue where a provided signer or provider instance given to LitContracts was not being used, instead defaulting to a new provider with Chronicle RPC URL. This fix prioritizes the provided instances in the constructor arguments.