fix: add a margin of 0.001% on sweeping transactions to ensure higher success rate

This commit is contained in:
Sérgio Salgado 2022-08-02 22:10:26 +01:00
parent abddb165fe
commit 7dd395672a
2 changed files with 3 additions and 2 deletions

View file

@ -263,7 +263,7 @@ settingsLoader.loadLatest()
}
const opts = {
chainId: 3,
chainId: 1,
nonce: 0,
includesFee: true
}