Skip to content

Commit

Permalink
Set DEX orders count for DEX profile eq to 2k. (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil authored Oct 29, 2024
1 parent b54970b commit e352dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/apps/cored/cored.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ func AddDEXGenesisConfig(ctx context.Context, genesisConfig GenesisInitConfig) (
// issue an asset FT to place an order
issuer := FundingAddress
issuerMnemonic := FundingMnemonic
ordersCount := 10_000
ordersCount := 2_000
issuerMsgs := make([]sdk.Msg, 0)

genesisConfig.DEXConfig.MaxOrdersPerDenom = uint64(ordersCount) // allow to place all orders
Expand Down

0 comments on commit e352dde

Please sign in to comment.