Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump ethermint to v0.16.1 #41

Merged
merged 1 commit into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/stretchr/testify v1.7.2
github.com/tendermint/tendermint v0.34.20-0.20220517115723-e6f071164839
github.com/tendermint/tm-db v0.6.7
github.com/tharsis/ethermint v0.16.0
github.com/tharsis/ethermint v0.16.1
github.com/tharsis/evmos/v5 v5.0.0-20220607103733-1ec3cd5cd5df
go.opencensus.io v0.23.0
google.golang.org/grpc v1.46.2
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1169,8 +1169,9 @@ github.com/tendermint/tm-db v0.6.4/go.mod h1:dptYhIpJ2M5kUuenLr+Yyf3zQOv1SgBZcl8
github.com/tendermint/tm-db v0.6.6/go.mod h1:wP8d49A85B7/erz/r4YbKssKw6ylsO/hKtFk7E1aWZI=
github.com/tendermint/tm-db v0.6.7 h1:fE00Cbl0jayAoqlExN6oyQJ7fR/ZtoVOmvPJ//+shu8=
github.com/tendermint/tm-db v0.6.7/go.mod h1:byQDzFkZV1syXr/ReXS808NxA2xvyuuVgXOJ/088L6I=
github.com/tharsis/ethermint v0.16.0 h1:c+9hnpLJAAiE+zQM+SsPsycauDGWJU9YOKJ9GozaSHE=
github.com/tharsis/ethermint v0.16.0/go.mod h1:TEI7QEZDJdUi07Be4380RAmGo3lvKgasw6Z+54pwuFc=
github.com/tharsis/ethermint v0.16.1 h1:FbfnwhkdV0na1ViC7yAipDdSQGUQvtUWuK+J2qtixQE=
github.com/tharsis/ethermint v0.16.1/go.mod h1:7y1+M63uYKeq4vFVAGW0+8uHDazT+QD/ORzzz4KOWso=
github.com/tharsis/evmos/v5 v5.0.0-20220607103733-1ec3cd5cd5df h1:DU7aftBjpExBQqEhlwfe3twsHNpSHVQpSBbJ7k9CEYw=
github.com/tharsis/evmos/v5 v5.0.0-20220607103733-1ec3cd5cd5df/go.mod h1:Bvr1Gd6w+3n9nD/b+tXX3FrFsPntU3t3Qhr5zXgG2Z0=
github.com/tidwall/gjson v1.6.7/go.mod h1:zeFuBCIqD4sN/gmqBzZ4j7Jd6UcA2Fc56x7QFsv+8fI=
Expand Down