Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-29 19:32:56 +03:00
parent 88969b1a16
commit d121dace8f
7 changed files with 27 additions and 11 deletions

View file

@ -149,7 +149,7 @@ class DefaultGaslessTransactionRepository(
}
private companion object {
val BASE_GAS_FOR_TRANSACTION: BigInteger = BigInteger("100000")
val BASE_GAS_FOR_TRANSACTION: BigInteger = BigInteger("60000")
val EMPTY_ADDRESSES = emptySet<String>()
}
}