Skip to content

Commit

Permalink
Move position
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Mar 6, 2024
1 parent 345232e commit b5e9ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/collection/keeper/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ func (k Keeper) ExportGenesis(ctx sdk.Context) *collection.GenesisState {
contracts := k.getContracts(ctx)

return &collection.GenesisState{
Contracts: contracts,
Params: k.GetParams(ctx),
Contracts: contracts,
NextClassIds: k.getAllNextClassIDs(ctx),
Classes: k.getClasses(ctx, contracts),
NextTokenIds: k.getNextTokenIDs(ctx, contracts),
Expand Down

0 comments on commit b5e9ae7

Please sign in to comment.