Skip to content

Commit

Permalink
Changes in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Mar 15, 2024
1 parent ae76421 commit a042d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ replace (

// Use ethermint fork that respects min-gas-price with NoBaseFee true and london enabled, and includes eip712 support
// github.com/evmos/ethermint => /Users/yevheniishcherbina/go/src/github.com/Kava-Labs/ethermint
github.com/evmos/ethermint => github.com/Kava-Labs/ethermint v0.21.1-0.20240313145313-afdacb85073d
github.com/evmos/ethermint => github.com/Kava-Labs/ethermint v0.21.1-0.20240315132924-d5fc63700866

// See https://github.com/cosmos/cosmos-sdk/pull/10401, https://github.com/cosmos/cosmos-sdk/commit/0592ba6158cd0bf49d894be1cef4faeec59e8320
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d/go.mod h1:
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/DataDog/zstd v1.5.0/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/Kava-Labs/ethermint v0.21.1-0.20240313145313-afdacb85073d h1:QXMb2a2fG3eElbfzKlRpyf6CL4hBooTFdVHFeTe99M0=
github.com/Kava-Labs/ethermint v0.21.1-0.20240313145313-afdacb85073d/go.mod h1:UsM4MWfvNJbgt3Jpj1VtbWskAERiFpTBUt1ZfezdkfE=
github.com/Kava-Labs/ethermint v0.21.1-0.20240315132924-d5fc63700866 h1:iZ35FAGdTgYsiDsjyTzwS9611R8AKEdFVU7x/wtKfUk=
github.com/Kava-Labs/ethermint v0.21.1-0.20240315132924-d5fc63700866/go.mod h1:UsM4MWfvNJbgt3Jpj1VtbWskAERiFpTBUt1ZfezdkfE=
github.com/Kava-Labs/go-ethereum v1.10.27-0.20240308184817-2a5324cb7ce7 h1:upwbx4E9Bt1YdlTmfSpPvPNPFT1x4vcwc+E1bho7FH8=
github.com/Kava-Labs/go-ethereum v1.10.27-0.20240308184817-2a5324cb7ce7/go.mod h1:/6CsT5Ceen2WPLI/oCA3xMcZ5sWMF/D46SjM/ayY0Oo=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
Expand Down

0 comments on commit a042d08

Please sign in to comment.