Updated on 2026-08-14
This commit is contained in:
parent
fcd594dcd3
commit
830bd01428
10 changed files with 39 additions and 20 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue