Skip to content

Commit

Permalink
remove fork
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Oct 4, 2023
1 parent ec0636d commit 5066fbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ import (
wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"

v4_5 "github.com/notional-labs/centauri/v5/app/upgrades/v4_5"
v4_5_1 "github.com/notional-labs/centauri/v5/app/upgrades/v4_5_1"

upgrades "github.com/notional-labs/centauri/v5/app/upgrades"
)

Expand All @@ -140,7 +137,7 @@ var (
EnableSpecificProposals = ""

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

// GetEnabledProposals parses the ProposalsEnabled / EnableSpecificProposals values to
Expand Down
Binary file added new_ics10_grandpa_cw.opt.wasm
Binary file not shown.

0 comments on commit 5066fbe

Please sign in to comment.