Skip to content

Commit

Permalink
Merge branch 'main' into charly/update_testing_stakingkeeper_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei authored Aug 22, 2022
2 parents ae50357 + 7ecd35c commit eea436e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,9 @@ require (
)

// TODO: using version v1.0.0 causes a build failure. This is the previous version which compiles successfully.
replace github.com/ChainSafe/go-schnorrkel => github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
replace (
github.com/ChainSafe/go-schnorrkel => github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
github.com/ChainSafe/go-schnorrkel/1 => github.com/ChainSafe/go-schnorrkel v1.0.0
// uncomment to use the local version of ibc-go, you will need to run `go mod tidy` in e2e directory.
// replace github.com/cosmos/ibc-go/v5 => ../`
)

0 comments on commit eea436e

Please sign in to comment.