Skip to content

Commit

Permalink
6.0.3-ics
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Oct 10, 2023
1 parent fcfd3c2 commit 8328fe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ import (
v4_5_1 "github.com/notional-labs/centauri/v6/app/upgrades/v4_5_1"
v5_1_0 "github.com/notional-labs/centauri/v6/app/upgrades/v5_1_0"
v6 "github.com/notional-labs/centauri/v6/app/upgrades/v6"
v6_0_2_ics "github.com/notional-labs/centauri/v6/app/upgrades/v6_0_2_ics"
v6_0_3_ics "github.com/notional-labs/centauri/v6/app/upgrades/v6_0_3_ics"

upgrades "github.com/notional-labs/centauri/v6/app/upgrades"

Expand Down Expand Up @@ -148,7 +148,7 @@ var (
// https://github.com/CosmWasm/wasmd/blob/02a54d33ff2c064f3539ae12d75d027d9c665f05/x/wasm/internal/types/proposal.go#L28-L34
EnableSpecificProposals = ""

Upgrades = []upgrades.Upgrade{v4.Upgrade, v5.Upgrade, v6.Upgrade, v6_0_2_ics.Upgrade}
Upgrades = []upgrades.Upgrade{v4.Upgrade, v5.Upgrade, v6.Upgrade, v6_0_3_ics.Upgrade}
Forks = []upgrades.Fork{v4_5.Fork, v4_5_1.Fork, v5_1_0.Fork}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

const (
// UpgradeName defines the on-chain upgrade name for the Centauri upgrade.
UpgradeName = "v6.0.2-ics"
UpgradeName = "v6.0.3-ics"
)

var Upgrade = upgrades.Upgrade{
Expand Down
File renamed without changes.

0 comments on commit 8328fe0

Please sign in to comment.