dep: update to latest ethermint (#1243)

* dep: update to latest ethermint

* Update to v17.2 with gas price endpoint fix

Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
This commit is contained in:
Kevin Davis 2022-05-06 13:15:19 -06:00 committed by GitHub
parent 87341cdb5b
commit 0ef0a58007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -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
)

4
go.sum
View File

@ -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=