Skip to content

Commit

Permalink
fix: upgrade to allow gentx --keyring-dir=...
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jun 23, 2021
1 parent 065ca94 commit 225e900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
// replace github.com/tendermint/tendermint => github.com/agoric-labs/tendermint v0.33.1-dev2.0.20210310191408-9156bacf449c

// At least until GetABCIEventHistory() is implemented and released.
replace github.com/cosmos/cosmos-sdk => github.com/agoric-labs/cosmos-sdk v0.43.0-beta1.0.20210607203003-f9d4f60682f2
// And also `gentx --keyring-dir=...`
replace github.com/cosmos/cosmos-sdk => github.com/agoric-labs/cosmos-sdk v0.43.0-beta1.0.20210623214818-65f9554e0ddf

// For testing against a local cosmos-sdk or tendermint
// replace github.com/cosmos/cosmos-sdk => ../forks/cosmos-sdk
Expand Down

0 comments on commit 225e900

Please sign in to comment.