Hi, currently the AddressFormatEnum in VaultWalletAddress is missing BASE and PAYMENT formats that are supported by the fireblocks api.
When trying to operate with for example ADA which is BASE the fireblocks api returns that as a value and the enum is not able to map, thus causing the following error:
"com.fireblocks.sdk.ApiException: com.fasterxml.jackson.databind.exc.ValueInstantiationException: Cannot construct instance of com.fireblocks.sdk.model.VaultWalletAddress$AddressFormatEnum, problem: Unexpected value 'BASE'"
Is there any way to fix this ?
Thank you and regards,