Skip to content

Commit

Permalink
2.0.41beta release (#664)
Browse files Browse the repository at this point in the history
* 2.0.41beta release

* BUmp tendermint
  • Loading branch information
BrandonWeng committed Mar 20, 2023
1 parent 36a91fb commit fcfd1ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ var upgradesList = []string{
"2.0.38beta",
"2.0.39beta",
"2.0.40beta",
"2.0.41beta",
}

func (app App) RegisterUpgradeHandlers() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,6 @@ replace (
github.com/cosmos/iavl => github.com/sei-protocol/sei-iavl v0.1.3
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.1.179
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.1.180
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,8 @@ github.com/sei-protocol/sei-cosmos v0.2.6 h1:EKGeZvnn4aWjAEf8ImAq0nvUfdcT+xllXew
github.com/sei-protocol/sei-cosmos v0.2.6/go.mod h1:LUhhplOtRXliV1x17gbOptKPy90xSK0Sxv8zmgsMvTY=
github.com/sei-protocol/sei-iavl v0.1.3 h1:0hvW1NtmBlZ7ZkerQcM/n+2tFKg0vUlYWK8q/OeuCgw=
github.com/sei-protocol/sei-iavl v0.1.3/go.mod h1:7PfkEVT5dcoQE+s/9KWdoXJ8VVVP1QpYYPLdxlkSXFk=
github.com/sei-protocol/sei-tendermint v0.1.179 h1:ihHiqMIeiOE85rgy8YsQXu/BgdTYOCVdqGSLGq0jA2Q=
github.com/sei-protocol/sei-tendermint v0.1.179/go.mod h1:+BtDvAwTkE64BlxzpH9ZP7S6vUYT9wRXiZa/WW8/o4g=
github.com/sei-protocol/sei-tendermint v0.1.180 h1:K9JuEj/ZvHLNR2Hb+0OdYkeaur1/Wy6LGexienmGoeI=
github.com/sei-protocol/sei-tendermint v0.1.180/go.mod h1:+BtDvAwTkE64BlxzpH9ZP7S6vUYT9wRXiZa/WW8/o4g=
github.com/sei-protocol/sei-tm-db v0.0.5 h1:3WONKdSXEqdZZeLuWYfK5hP37TJpfaUa13vAyAlvaQY=
github.com/sei-protocol/sei-tm-db v0.0.5/go.mod h1:Cpa6rGyczgthq7/0pI31jys2Fw0Nfrc+/jKdP1prVqY=
github.com/sei-protocol/sei-wasmd v0.0.1 h1:dRvdapc1sqWxhIB2+DKS5LfilFjOsaFwWkGkSWwQIow=
Expand Down

0 comments on commit fcfd1ed

Please sign in to comment.