Skip to content

Commit daac4f2

Browse files
author
nashqueue
committed
new optimint version
1 parent 8b7e491 commit daac4f2

File tree

2 files changed

+486
-110
lines changed

2 files changed

+486
-110
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ require (
1414
github.com/spf13/cobra v1.5.0
1515
github.com/stretchr/testify v1.8.0
1616
github.com/tendermint/spn v0.2.1-0.20220610090138-44b136f042c4
17-
github.com/tendermint/tendermint v0.34.19
17+
github.com/tendermint/tendermint v0.34.20
1818
github.com/tendermint/tm-db v0.6.7
19-
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
20-
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
21-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
2219
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc
2320
google.golang.org/grpc v1.48.0
2421
gopkg.in/yaml.v2 v2.4.0
@@ -30,4 +27,4 @@ replace (
3027
google.golang.org/grpc => google.golang.org/grpc v1.33.2
3128
)
3229

33-
replace github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v0.45.4-optimint-v0.3.4
30+
replace github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v0.45.4-optimint-v0.3.5

0 commit comments

Comments
 (0)