Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-09 14:46:54 +03:00
parent fcd594dcd3
commit 830bd01428
10 changed files with 39 additions and 20 deletions

View file

@ -89,7 +89,7 @@ class WalletConnectSdkHelper {
} else {
feeAmount
}
Fee.Ethereum(patchedAmount, gasLimit.toBigInteger(), gasPrice.toBigInteger())
Fee.Ethereum.Legacy(patchedAmount, gasLimit.toBigInteger(), gasPrice.toBigInteger())
} else {
Fee.Common(feeAmount)
}