Proxy setting for SDK

I am trying to integrate biconomy SDK in work laptop, and calling buildUserOp() function. It works well when I execute in personal Laptop. Since I have proxy configured in work machine, how can configure the same in biconomy sdk


        const account = await BiconomySmartAccountV2.create(
            {
                chainId:ChainId.POLYGON_MUMBAI,
                biconomyPaymasterApiKey:process.env.PAYMASTER_KEY,
                bundlerUrl: process.env.URL,
                entryPointAddress: DEFAULT_ENTRYPOINT_ADDRESS,
                defaultValidationModule: module,
                activeValidationModule: module,
                rpcUrl: "https://rpc-mumbai.maticvigil.com",
            },
        )
1 Like

same has been answered on discord here - Discord