diff --git a/go.mod b/go.mod index 8ebd7c6..313733f 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 207d259..703e587 100644 --- a/go.sum +++ b/go.sum @@ -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=