Skip to content

Commit

Permalink
fix: add collateral to genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmatt committed Nov 22, 2023
1 parent c8c8c2e commit 436c954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/perp/v2/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func DefaultGenesis() *GenesisState {
Amms: []AMM{},
Positions: []GenesisPosition{},
ReserveSnapshots: []ReserveSnapshot{},
CollateralDenom: TestingCollateralDenomNUSD,
}
}

Expand Down

0 comments on commit 436c954

Please sign in to comment.