Skip to content

Commit

Permalink
refactor: mainnet prefix (ComposableFi#516)
Browse files Browse the repository at this point in the history
Co-authored-by: kkast <[email protected]>
Co-authored-by: Mark Vainomaa <[email protected]>
  • Loading branch information
3 people authored May 16, 2024
1 parent b30e5ef commit 84b6893
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 696 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"
"strings"

"github.com/notional-labs/composable/v6/app/upgrades/v6_6_3"
"github.com/notional-labs/composable/v6/app/upgrades/v6_6_4"

nodeservice "github.com/cosmos/cosmos-sdk/client/grpc/node"
authante "github.com/cosmos/cosmos-sdk/x/auth/ante"
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{v6_6_3.Upgrade}
Upgrades = []upgrades.Upgrade{v6_6_4.Upgrade}
Forks = []upgrades.Fork{}
)

Expand Down
135 changes: 0 additions & 135 deletions app/upgrades/v6_6_2/upgrades_test.go

This file was deleted.

Loading

0 comments on commit 84b6893

Please sign in to comment.