Skip to content

Commit

Permalink
dex: better default for deployed chain
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed May 5, 2024
1 parent 7acdcd7 commit 18a963d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/core/component/dex/src/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ impl Default for DexParameters {
cache.get_unit("test_btc").unwrap().id(),
],
max_hops: 4,
// TODO(erwan): setting this to 10 for testing.
max_positions_per_pair: 10,
max_positions_per_pair: 1_000,
}
}
}

0 comments on commit 18a963d

Please sign in to comment.