Skip to content

Commit

Permalink
Minor fix in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Sep 27, 2024
1 parent 4da1717 commit 485e7f2
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 @@ -228,7 +228,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.20240927125350-8e41a3f8cd2a
github.com/evmos/ethermint => github.com/kava-labs/ethermint v0.21.1-0.20240927142856-1e0556e13958
// 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.9.0
// Downgraded to avoid bugs in following commits which causes "version does not exist" errors
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -885,8 +885,8 @@ github.com/kava-labs/cometbft-db v0.9.1-kava.2 h1:ZQaio886ifvml9XtJB4IYHhlArgA3+
github.com/kava-labs/cometbft-db v0.9.1-kava.2/go.mod h1:PvUZbx7zeR7I4CAvtKBoii/5ia5gXskKjDjIVpt7gDw=
github.com/kava-labs/cosmos-sdk v0.47.10-iavl-v1-kava.2 h1:rbUXwJFlrRd05G1D5S5zAlmTTBbkcf0w36QFf5+i9tk=
github.com/kava-labs/cosmos-sdk v0.47.10-iavl-v1-kava.2/go.mod h1:OwLYEBcsnijCLE8gYkwQ7jycZZ/Acd+a83pJU+V+MKw=
github.com/kava-labs/ethermint v0.21.1-0.20240927125350-8e41a3f8cd2a h1:oKMaQXYqztLR7ulkLpCUjxmKDV1mgsCkYRTuSK/XhSk=
github.com/kava-labs/ethermint v0.21.1-0.20240927125350-8e41a3f8cd2a/go.mod h1:wUJe3AdwUTGoyW82cgbSLfXUDxmrJyKmR59vClnkD/I=
github.com/kava-labs/ethermint v0.21.1-0.20240927142856-1e0556e13958 h1:KsSDcj6eMVN85x4M4Z4Nd6q5HvN6o7MyT75n+XOtBfc=
github.com/kava-labs/ethermint v0.21.1-0.20240927142856-1e0556e13958/go.mod h1:wUJe3AdwUTGoyW82cgbSLfXUDxmrJyKmR59vClnkD/I=
github.com/kava-labs/iavl v1.2.0-kava.2 h1:RfEqQ9u7fvhzXOfYxxqEnVNCTb3pYJiT7X86N6cgI0M=
github.com/kava-labs/iavl v1.2.0-kava.2/go.mod h1:nNoeUFw64lfPvcj3yZ7W7BvmlTxu9ANGsJcUiPSOAdw=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
Expand Down

0 comments on commit 485e7f2

Please sign in to comment.