Skip to content

Commit

Permalink
upgrade: cosmos 46 + alliance core (#65)
Browse files Browse the repository at this point in the history
* upgrade to cosmos v0.45.10 (#62)

* Fix/cosmos 0.45.10 (#63)

* upgrade to cosmos v0.45.10

* fix: remove reqres done flag

Co-authored-by: Greg Junge <greg@terra.money>

* wip: upgrade to cosmos 46 with ignite 0.25.1

Co-authored-by: Greg Junge <greg@terra.money>
  • Loading branch information
javiersuweijie and Greg Junge authored Dec 14, 2022
1 parent c9cdc88 commit a0dcfd2
Show file tree
Hide file tree
Showing 19 changed files with 1,208 additions and 782 deletions.
5 changes: 2 additions & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/cosmos/cosmos-sdk/x/crisis"
"github.com/spf13/pflag"
"github.com/spf13/viper"
terra "github.com/terra-money/core/v2/app"
)

type Config struct {
Expand Down Expand Up @@ -68,11 +67,11 @@ func newConfig() Config {
return strings.Split(endpoints, ",")
}(),

// MantlemintDB is the db name for mantlemint. Defaults to terra.DefaultHome
// MantlemintDB is the db name for mantlemint. Defaults to mantlemint
MantlemintDB: func() string {
mantlemintDB := getValidEnv("MANTLEMINT_DB")
if mantlemintDB == "" {
return terra.DefaultNodeHome
return "mantlemint"
} else {
return mantlemintDB
}
Expand Down
29 changes: 0 additions & 29 deletions export/client.go

This file was deleted.

137 changes: 0 additions & 137 deletions export/export.go

This file was deleted.

Loading

0 comments on commit a0dcfd2

Please sign in to comment.