mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-27 00:35:27 -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",
|
walletUrl: "http://127.0.0.1:38092",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
maxFee: BigInt("75000000000"),
|
maxFee: HavenoUtils.xmrToAtomicUnits(0.1), // local testnet fees can be relatively high
|
||||||
minSecurityDeposit: BigInt(MoneroUtils.xmrToAtomicUnits(0.1)),
|
minSecurityDeposit: MoneroUtils.xmrToAtomicUnits(0.1),
|
||||||
daemonPollPeriodMs: 5000,
|
daemonPollPeriodMs: 5000,
|
||||||
maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni
|
maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni
|
||||||
maxCpuPct: 0.25,
|
maxCpuPct: 0.25,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue