Skip to content

Commit cce9bf3

Browse files
committed
change allocateEthena threshold to 500
1 parent 1af5bed commit cce9bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/tasks/actions/allocateEthena.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ action({
1616
await allocate({
1717
signer,
1818
arm,
19-
threshold: 5000,
19+
threshold: 500,
2020
maxGasPrice: 5,
2121
});
2222
},

0 commit comments

Comments
 (0)