Updated on 2026-08-14
This commit is contained in:
commit
b745c4668c
20 changed files with 320 additions and 81 deletions
|
|
@ -111,6 +111,14 @@ class TransactionManagerImpl(
|
|||
gasPremium = normalFee.gasPremium,
|
||||
)
|
||||
}
|
||||
is Fee.Sui -> {
|
||||
ProxyFee.Sui(
|
||||
gasLimit = BigInteger.ZERO,
|
||||
fee = convertToProxyAmount(amount = normalFee.amount),
|
||||
gasPrice = normalFee.gasPrice,
|
||||
gasBudget = normalFee.gasBudget,
|
||||
)
|
||||
}
|
||||
else -> {
|
||||
ProxyFee.Common(
|
||||
gasLimit = BigInteger.ZERO,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue