Skip to content

Commit

Permalink
move starting ids to 300
Browse files Browse the repository at this point in the history
Signed-off-by: Shrenuj Bansal <[email protected]>
  • Loading branch information
shrenujb committed Nov 27, 2024
1 parent 55895a7 commit 77b5c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/app/upgrades/v8.0/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func MigrateAccountplusAccountState(ctx sdk.Context, k accountpluskeeper.Keeper)
}

const (
ID_NUM = 200
ID_NUM = 300
)

// Set market, perpetual, and clob ids to a set number
Expand Down

0 comments on commit 77b5c5c

Please sign in to comment.