Skip to content

Commit d9c1191

Browse files
author
nashqueue
committed
added Optimint
1 parent fc469a4 commit d9c1191

File tree

2 files changed

+652
-278
lines changed

2 files changed

+652
-278
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ require (
66
github.com/cosmos/cosmos-sdk v0.45.4
77
github.com/cosmos/ibc-go/v3 v3.0.0
88
github.com/ignite/cli v0.22.2
9-
github.com/spf13/cast v1.4.1
10-
github.com/stretchr/testify v1.7.1
9+
github.com/spf13/cast v1.5.0
10+
github.com/stretchr/testify v1.8.0
1111
github.com/tendermint/spn v0.2.1-0.20220610090138-44b136f042c4
1212
github.com/tendermint/tendermint v0.34.19
1313
github.com/tendermint/tm-db v0.6.7
1414
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
1515
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
16-
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
1716
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
1817
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
1918
)
@@ -23,3 +22,5 @@ replace (
2322
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
2423
google.golang.org/grpc => google.golang.org/grpc v1.33.2
2524
)
25+
26+
replace github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v0.45.4-optimint-v0.3.4

0 commit comments

Comments
 (0)