Skip to content

Commit

Permalink
Remove initialization of existing module store in v4.0.0 upgrade handler
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx committed Jan 19, 2024
1 parent ccc69c3 commit 6a20dc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions protocol/app/upgrades/v4.0.0/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
store "cosmossdk.io/store/types"
circuittypes "cosmossdk.io/x/circuit/types"
icacontrollertypes "github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/controller/types"
icahosttypes "github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/host/types"
"github.com/dydxprotocol/v4-chain/protocol/app/upgrades"
)

Expand All @@ -22,7 +21,6 @@ var Upgrade = upgrades.Upgrade{

// Add new ICA stores that are needed by ICA host types as of v8.
icacontrollertypes.StoreKey,
icahosttypes.StoreKey,
},
},
}

0 comments on commit 6a20dc6

Please sign in to comment.