Skip to content

Commit

Permalink
change the max number of trades to 3 in router as we benchmark only u…
Browse files Browse the repository at this point in the history
…p to 3. Once we have xyk, we extend it further
  • Loading branch information
dmoka committed Jul 27, 2023
1 parent 884d9e4 commit b30582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hydradx/src/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ impl pallet_dca::Config for Runtime {
}

parameter_types! {
pub const MaxNumberOfTrades: u8 = 5;
pub const MaxNumberOfTrades: u8 = 3;
}

impl pallet_route_executor::Config for Runtime {
Expand Down

0 comments on commit b30582f

Please sign in to comment.