From 849407a6a0c6416e4a1b0aa85b6ea8085f8b28c6 Mon Sep 17 00:00:00 2001 From: dudong2 Date: Fri, 19 Jul 2024 14:44:02 +0900 Subject: [PATCH] feat: bump up ethermint --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9431e2e3..a24865a5 100644 --- a/go.mod +++ b/go.mod @@ -254,7 +254,7 @@ require ( replace ( cosmossdk.io/core => cosmossdk.io/core v0.11.0 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 - github.com/evmos/ethermint => github.com/b-harvest/ethermint v0.0.0-20240522071332-141696ab0067 + github.com/evmos/ethermint => github.com/b-harvest/ethermint v0.0.0-20240719053932-0712f9406146 // replace broken goleveldb github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 ) diff --git a/go.sum b/go.sum index 1cb21913..2395bf89 100644 --- a/go.sum +++ b/go.sum @@ -272,8 +272,8 @@ github.com/aws/aws-sdk-go v1.44.122/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX github.com/aws/aws-sdk-go v1.44.224 h1:09CiaaF35nRmxrzWZ2uRq5v6Ghg/d2RiPjZnSgtt+RQ= github.com/aws/aws-sdk-go v1.44.224/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g= -github.com/b-harvest/ethermint v0.0.0-20240522071332-141696ab0067 h1:uKcNTyo9thx/pTwhLDF0BhLHH6QOQYckdyscDlOBwQY= -github.com/b-harvest/ethermint v0.0.0-20240522071332-141696ab0067/go.mod h1:yIntu4jTOBVrMeRL7/tBJtM0Cm/OzTiWUfy6DKtZyn0= +github.com/b-harvest/ethermint v0.0.0-20240719053932-0712f9406146 h1:qHtvqI+MSRvC6A6XWduH0DwYpi2dbnxxtg7R5paVb4A= +github.com/b-harvest/ethermint v0.0.0-20240719053932-0712f9406146/go.mod h1:aANWhD82KaHGd2Q2zzaYR4m8KEn0ONiZ+fNkVmnddEs= github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=