test limit increase of no deposit offers to 1.5 xmr

This commit is contained in:
woodser 2025-01-18 07:56:36 -05:00
parent b55e06be43
commit 3264765f91

View File

@ -1707,7 +1707,7 @@ test("Cannot post offer exceeding trade limit (Test, CI, sanity check)", async (
// test posting sell offer above limit without buyer deposit
try {
await executeTrade({
offerAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(1.1), // limit is 1 xmr without deposit or fee
offerAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(1.6), // limit is 1.5 xmr without deposit or fee
offerMinAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(0.25),
direction: OfferDirection.SELL,
assetCode: assetCode,