diff --git a/domain/manage-tokens/src/main/kotlin/com/tangem/domain/managetokens/ValidateTokenFormUseCase.kt b/domain/manage-tokens/src/main/kotlin/com/tangem/domain/managetokens/ValidateTokenFormUseCase.kt index 79a0481bc4..afa0efcf2b 100644 --- a/domain/manage-tokens/src/main/kotlin/com/tangem/domain/managetokens/ValidateTokenFormUseCase.kt +++ b/domain/manage-tokens/src/main/kotlin/com/tangem/domain/managetokens/ValidateTokenFormUseCase.kt @@ -77,7 +77,7 @@ class ValidateTokenFormUseCase( } companion object { - const val MIN_DECIMALS = 1 + const val MIN_DECIMALS = 0 const val MAX_DECIMALS = 30 } } \ No newline at end of file