We are in the process of integrating the Fireblocks SDK for javascript into a browser application and have encountered an issue related to one of its dependencies, namely “os”. When attempting to create and sign a transaction, the “api-client.js” file within the “fireblocks-sdk” imports the “os” library using the following code: const os_1 = __importDefault(require(“os”));. However, it appears that this library is not compatible with the browser for some reason.
Have you encountered a similar issue before? Could you provide assistance or guidance on how to address this matter?