Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Shrenuj Bansal <shrenuj@dydx.exchange>
  • Loading branch information
shrenujb committed Sep 24, 2024
1 parent e1d0d6c commit a2bcb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/listing/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package types
// DefaultGenesis returns the default stats genesis state.
func DefaultGenesis() *GenesisState {
return &GenesisState{
HardCapForMarkets: 0,
HardCapForMarkets: 500,
ListingVaultDepositParams: DefaultParams(),
}
}
Expand Down

0 comments on commit a2bcb7b

Please sign in to comment.