Skip to content

Commit

Permalink
chore: bigger orders makes it easier to test bigger positions
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Jun 6, 2024
1 parent 5989fc9 commit e46b006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dev-maker/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async fn post_order(
id: uuid,
contract_symbol: ContractSymbol::BtcUsd,
price,
quantity: Decimal::from(5000),
quantity: Decimal::from(10000),
trader_id: public_key,
direction,
leverage: Decimal::from(2),
Expand Down

0 comments on commit e46b006

Please sign in to comment.