mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-25 15:55:40 -04:00
increase max tx fee on testnet to 0.1 XMR
This commit is contained in:
parent
f5eb45296f
commit
900391d636
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ const TestConfig = {
|
|||
walletUrl: "http://127.0.0.1:38092",
|
||||
}
|
||||
],
|
||||
maxFee: BigInt("75000000000"),
|
||||
minSecurityDeposit: BigInt(MoneroUtils.xmrToAtomicUnits(0.1)),
|
||||
maxFee: HavenoUtils.xmrToAtomicUnits(0.1), // local testnet fees can be relatively high
|
||||
minSecurityDeposit: MoneroUtils.xmrToAtomicUnits(0.1),
|
||||
daemonPollPeriodMs: 5000,
|
||||
maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni
|
||||
maxCpuPct: 0.25,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue