Skip to content

Commit d4acbb3

Browse files
committed
Update Lido price range
1 parent 6cb9738 commit d4acbb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/js/tasks/actions/setPricesLido.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ action({
1818
arm,
1919
maxSellPrice: 1.0,
2020
minSellPrice: 0.9999,
21-
maxBuyPrice: 0.999,
21+
maxBuyPrice: 0.9995,
2222
minBuyPrice: 0.998,
2323
kyber: true,
2424
amount: 100,
2525
tolerance: 0.1,
26-
fee: 0.5,
27-
offset: 0.3,
26+
fee: 2,
27+
offset: 0.2,
2828
priceOffset: true,
2929
blockTag: "latest",
3030
});

0 commit comments

Comments
 (0)