Skip to content

Commit

Permalink
Use correct ethermint version with ctx statedb
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Feb 15, 2024
1 parent 3fee0f2 commit 67b3f7e
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 @@ -209,7 +209,7 @@ replace (
// See https://github.com/cosmos/cosmos-sdk/pull/13093
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
// Use ethermint fork that respects min-gas-price with NoBaseFee true and london enabled, and includes eip712 support
github.com/evmos/ethermint => github.com/kava-labs/ethermint v0.21.1-0.20240215182124-bebb5b24817d
github.com/evmos/ethermint => github.com/kava-labs/ethermint v0.21.1-0.20240215183916-0e03788ff11e
// 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
// Use the cosmos modified protobufs
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,8 @@ github.com/kava-labs/cometbft-db v0.7.0-rocksdb-v7.9.2-kava.1 h1:EZnZAkZ+dqK+1OM
github.com/kava-labs/cometbft-db v0.7.0-rocksdb-v7.9.2-kava.1/go.mod h1:mI/4J4IxRzPrXvMiwefrt0fucGwaQ5Hm9IKS7HnoJeI=
github.com/kava-labs/cosmos-sdk v0.46.11-kava.3 h1:TOhyyW/xHso/9uIOgYdsrOWDIhXi6foORWZxVRe/wS0=
github.com/kava-labs/cosmos-sdk v0.46.11-kava.3/go.mod h1:bSUUbmVwWkv1ZNVTWrQHa/i+73xIUvYYPsCvl5doiCs=
github.com/kava-labs/ethermint v0.21.1-0.20240215182124-bebb5b24817d h1:8hN2s4iGZpFAhe0ajO1KTJ0VJHOeG1EBOsft41cn7Zc=
github.com/kava-labs/ethermint v0.21.1-0.20240215182124-bebb5b24817d/go.mod h1:D/0ej7Bc6+kI00wfvpFRNetd6qdnPMRPbG32JGWJGtA=
github.com/kava-labs/ethermint v0.21.1-0.20240215183916-0e03788ff11e h1:UoWiQ0Ks4r2Jl24h5VHHeqDi+S2WngQsgBDjyJ2GU5c=
github.com/kava-labs/ethermint v0.21.1-0.20240215183916-0e03788ff11e/go.mod h1:D/0ej7Bc6+kI00wfvpFRNetd6qdnPMRPbG32JGWJGtA=
github.com/kava-labs/tm-db v0.6.7-kava.4 h1:M2RibOKmbi+k2OhAFry8z9+RJF0CYuDETB7/PrSdoro=
github.com/kava-labs/tm-db v0.6.7-kava.4/go.mod h1:70tpLhNfwCP64nAlq+bU+rOiVfWr3Nnju1D1nhGDGKs=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
Expand Down

0 comments on commit 67b3f7e

Please sign in to comment.