const provider = new AlchemyProvider(providerConfig).connect(
(rpcClient) =>
new LightSmartContractAccount({
...accountConfig,
rpcClient,
})
);
const { hash } = await provider.sendUserOperation(uo);
const provider = new AlchemyProvider(providerConfig).connect(
(rpcClient) =>
new LightSmartContractAccount({
...accountConfig,
rpcClient,
})
);
const { hash } = await provider.sendUserOperation(uo);