js-sdk icon indicating copy to clipboard operation
js-sdk copied to clipboard

fix(contracts-sdk): ensure provided provider and signer instances are…

Open Ansonhkg opened this issue 9 months ago • 0 comments

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.

Ansonhkg avatar May 24 '24 15:05 Ansonhkg