Skip to content

Commit 98105b0

Browse files
committed
bump
1 parent fa7f4b7 commit 98105b0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ var upgradesList = []string{
5454
"2.0.36beta",
5555
"2.0.37beta",
5656
"2.0.38beta",
57+
"2.0.39beta-internal-2",
5758
}
5859

5960
func (app App) RegisterUpgradeHandlers() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,6 @@ replace (
273273
github.com/cosmos/iavl => github.com/sei-protocol/sei-iavl v0.1.1-tonytest
274274
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
275275
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
276-
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.1.174
276+
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.1.175
277277
google.golang.org/grpc => google.golang.org/grpc v1.33.2
278278
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1070,8 +1070,8 @@ github.com/sei-protocol/sei-cosmos v0.2.0 h1:XP8INAo2ITcceexoPoauie9jTzYwaIPVzG2
10701070
github.com/sei-protocol/sei-cosmos v0.2.0/go.mod h1:5PoH+b+ibyUKuRyiRhd0yNl9Xj15gYWFOkBYGYUPMVM=
10711071
github.com/sei-protocol/sei-iavl v0.1.1-tonytest h1:LR6451WHVNbjPhPwtMkeogIH/QvFba8GhxA1KrvnfWI=
10721072
github.com/sei-protocol/sei-iavl v0.1.1-tonytest/go.mod h1:7PfkEVT5dcoQE+s/9KWdoXJ8VVVP1QpYYPLdxlkSXFk=
1073-
github.com/sei-protocol/sei-tendermint v0.1.174 h1:e8xbwi+LlRzrtk3aONJAHtCDtGiY2xHUNWSr9qmYn7A=
1074-
github.com/sei-protocol/sei-tendermint v0.1.174/go.mod h1:+BtDvAwTkE64BlxzpH9ZP7S6vUYT9wRXiZa/WW8/o4g=
1073+
github.com/sei-protocol/sei-tendermint v0.1.175 h1:BVx/mqmpLfousMEzZ9ptziXEfNIGFFOOKXxQsMgMvRU=
1074+
github.com/sei-protocol/sei-tendermint v0.1.175/go.mod h1:+BtDvAwTkE64BlxzpH9ZP7S6vUYT9wRXiZa/WW8/o4g=
10751075
github.com/sei-protocol/sei-tm-db v0.0.5 h1:3WONKdSXEqdZZeLuWYfK5hP37TJpfaUa13vAyAlvaQY=
10761076
github.com/sei-protocol/sei-tm-db v0.0.5/go.mod h1:Cpa6rGyczgthq7/0pI31jys2Fw0Nfrc+/jKdP1prVqY=
10771077
github.com/sei-protocol/sei-wasmd v0.0.1 h1:dRvdapc1sqWxhIB2+DKS5LfilFjOsaFwWkGkSWwQIow=

0 commit comments

Comments
 (0)