diff --git a/go.mod b/go.mod index c05731c4..0e76cf15 100644 --- a/go.mod +++ b/go.mod @@ -162,7 +162,7 @@ replace ( github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 // Make sure that only one version of tendermint is imported github.com/tendermint/tendermint => github.com/tendermint/tendermint v0.34.19 - github.com/tharsis/ethermint => github.com/Kava-Labs/ethermint v0.14.0-kava-v17 + github.com/tharsis/ethermint => github.com/Kava-Labs/ethermint v0.14.0-kava-v17.2 // Make sure that we use grpc compatible with cosmos google.golang.org/grpc => google.golang.org/grpc v1.33.2 ) diff --git a/go.sum b/go.sum index 50429457..2c62f97f 100644 --- a/go.sum +++ b/go.sum @@ -99,8 +99,8 @@ github.com/DataDog/zstd v1.4.8 h1:Rpmta4xZ/MgZnriKNd24iZMhGpP5dvUcs/uqfBapKZY= github.com/DataDog/zstd v1.4.8/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= -github.com/Kava-Labs/ethermint v0.14.0-kava-v17 h1:1CLEZTYQOFEtD8hz4sGyqaFw8INYuFkzB/Ea1RGisT4= -github.com/Kava-Labs/ethermint v0.14.0-kava-v17/go.mod h1:k6rs7PRm04GhQZhCmwYLJGQ5czvgbZqcrqpR630+Rik= +github.com/Kava-Labs/ethermint v0.14.0-kava-v17.2 h1:pSNFamcVLZDD4IjaBtNDT5ZngjVs2+0Jt7HKDzSpaEY= +github.com/Kava-Labs/ethermint v0.14.0-kava-v17.2/go.mod h1:k6rs7PRm04GhQZhCmwYLJGQ5czvgbZqcrqpR630+Rik= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=