Skip to content

Commit

Permalink
merge from develop2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Apr 25, 2024
1 parent e9df7de commit 1d9686b
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 780 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ var (
// https://github.com/CosmWasm/wasmd/blob/02a54d33ff2c064f3539ae12d75d027d9c665f05/x/wasm/internal/types/proposal.go#L28-L34
EnableSpecificProposals = ""

Upgrades = []upgrades.Upgrade{v6_6_0.Upgrade, v7_0_1.Upgrade}
Upgrades = []upgrades.Upgrade{v7_0_1.Upgrade}
Forks = []upgrades.Fork{}
)

Expand Down Expand Up @@ -813,4 +813,4 @@ func (app *ComposableApp) AutoCliOpts() autocli.AppOptions {
ValidatorAddressCodec: authcodec.NewBech32Codec(sdk.GetConfig().GetBech32ValidatorAddrPrefix()),
ConsensusAddressCodec: authcodec.NewBech32Codec(sdk.GetConfig().GetBech32ConsensusAddrPrefix()),
}
}
}
54 changes: 0 additions & 54 deletions app/upgrades/v6_6_0/upgrade.go

This file was deleted.

Loading

0 comments on commit 1d9686b

Please sign in to comment.