We are using this method createVaultAsset
for address generation, Address generation is fine, but generated address is valid or not to check using this method
const validAddess = await fireblocks.validateAddress(currency, address);
but it returns “Unsupported asset”
currency = ETH_TEST5
address = fireblock generated address
Guide me