default slippage for DCA's
This commit is contained in:
@@ -8,6 +8,7 @@ import Color from "color";
|
||||
|
||||
|
||||
export const MIN_EXECUTION_TIME = 60 // give at least one full minute for each tranche to trigger
|
||||
export const DEFAULT_SLIPPAGE = 0.0010;
|
||||
|
||||
|
||||
// Builders are data objects which store a configuration state
|
||||
@@ -253,4 +254,4 @@ export function weightColors(weights, color) {
|
||||
|
||||
export function deleteBuilder(order, builder) {
|
||||
order.builders = order.builders.filter((b) => b !== builder)
|
||||
}
|
||||
} // Fields must be defined in order to be reactive
|
||||
|
||||
Reference in New Issue
Block a user