v4.22.0 release candidate (#1879)

* update app versions

* change default solana node

* update unspents more frequently to avoid unupdated state

* temporary fix for polygon sending issue

* change tron default node
This commit is contained in:
Omar Hatem 2024-12-18 16:46:36 +02:00 committed by GitHub
parent 77c4eaaf4f
commit 502a7eaafa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 67 additions and 40 deletions

View file

@ -22,11 +22,11 @@ class PolygonClient extends EVMChainClient {
from: from,
to: to,
value: amount,
data: data,
// data: data,
maxGas: maxGas,
gasPrice: gasPrice,
maxFeePerGas: maxFeePerGas,
maxPriorityFeePerGas: maxPriorityFeePerGas,
// gasPrice: gasPrice,
// maxFeePerGas: maxFeePerGas,
// maxPriorityFeePerGas: maxPriorityFeePerGas,
);
}