Skip to content

Commit

Permalink
remove old temp things
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 29, 2023
1 parent 0b6f96c commit c2382d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
3 changes: 1 addition & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ import (
"github.com/CosmosContracts/juno/v14/app/keepers"
encparams "github.com/CosmosContracts/juno/v14/app/params"
upgrades "github.com/CosmosContracts/juno/v14/app/upgrades"
uniUpgrade "github.com/CosmosContracts/juno/v14/app/upgrades/uni"
v10 "github.com/CosmosContracts/juno/v14/app/upgrades/v10"
v11 "github.com/CosmosContracts/juno/v14/app/upgrades/v11"
v12 "github.com/CosmosContracts/juno/v14/app/upgrades/v12"
Expand All @@ -84,7 +83,7 @@ var (
// https://github.com/CosmWasm/wasmd/blob/02a54d33ff2c064f3539ae12d75d027d9c665f05/x/wasm/internal/types/proposal.go#L28-L34
EnableSpecificProposals = ""

Upgrades = []upgrades.Upgrade{v10.Upgrade, v11.Upgrade, v12.Upgrade, v13.Upgrade, v14.Upgrade, uniUpgrade.Upgrade}
Upgrades = []upgrades.Upgrade{v10.Upgrade, v11.Upgrade, v12.Upgrade, v13.Upgrade, v14.Upgrade}
)

// These constants are derived from the above variables.
Expand Down
16 changes: 0 additions & 16 deletions app/upgrades/uni/constants.go

This file was deleted.

32 changes: 0 additions & 32 deletions app/upgrades/uni/upgrades.go

This file was deleted.

0 comments on commit c2382d9

Please sign in to comment.