Skip to content

Commit 7babe81

Browse files
committed
Update Ethena price range
1 parent 8a46fab commit 7babe81

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/js/tasks/actions/setPricesEthena.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ action({
1818
arm,
1919
maxSellPrice: 0.99999,
2020
minSellPrice: 0.99996,
21-
maxBuyPrice: 0.999,
21+
maxBuyPrice: 0.9998,
2222
minBuyPrice: 0.995,
2323
kyber: true,
2424
amount: 2000,
25-
tolerance: 0.3,
26-
fee: 2,
27-
offset: 0.4,
25+
tolerance: 0.1,
26+
fee: 1,
27+
offset: 0.2,
2828
priceOffset: true,
2929
blockTag: "latest",
3030
wrapped: true,

0 commit comments

Comments
 (0)