Updated on 2026-08-14
This commit is contained in:
parent
88969b1a16
commit
d121dace8f
7 changed files with 27 additions and 11 deletions
|
|
@ -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>()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue