Skip to content

Commit

Permalink
Merge branch 'main' into kirill/169-signless-contract-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix authored Dec 8, 2024
2 parents 99e5050 + 47eb30c commit 31ac867
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ func (app *App) setAnteHandler(txConfig client.TxConfig, wasmConfig wasmtypes.Wa
FeegrantKeeper: app.FeeGrantKeeper,
SignModeHandler: txConfig.SignModeHandler(),
SigGasConsumer: evmosante.SigVerificationGasConsumer,
TxFeeChecker: app.RollappParamsKeeper.CheckTxFeeWithMinGasPrices(),
},
DistrKeeper: app.DistrKeeper,
SequencersKeeper: app.SequencersKeeper,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/cosmos/gogoproto v1.5.0
github.com/cosmos/ibc-go/v6 v6.3.0
github.com/dvsekhvalnov/jose2go v1.5.0
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241206101450-08627417ea7d
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241206123648-30ef7199888d
github.com/dymensionxyz/dymint v1.2.0-rc01.0.20241203150638-c0e39f93d729
github.com/ethereum/go-ethereum v1.12.0
github.com/evmos/evmos/v12 v12.1.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ github.com/dymensionxyz/cosmos-sdk v0.46.17-0.20241128210616-e9dfe47b8c73 h1:A0O
github.com/dymensionxyz/cosmos-sdk v0.46.17-0.20241128210616-e9dfe47b8c73/go.mod h1:VPUuzF+l+ekSGPV7VVB8m0OMQfwp3QdKWNZjvkU3A1U=
github.com/dymensionxyz/cosmosclient v0.4.2-beta.0.20241121093220-e0d7ad456fbd h1:V89QyOFM84o9w0iFdctMU6So8SS/Xt32JWAXGqJduT0=
github.com/dymensionxyz/cosmosclient v0.4.2-beta.0.20241121093220-e0d7ad456fbd/go.mod h1:3weqpVj/TqTFpC0LjEB3H+HZSpm7BrQ1QkEg1Ahy6KY=
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241206101450-08627417ea7d h1:WtRE6IcI+N8QlseRt8OfUWJLL22l5CEDVfJWoytHK9A=
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241206101450-08627417ea7d/go.mod h1:AA0rq+4H+yn/Agnx5L8ermhhny3FYgCv6UW9DzK5vss=
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241206123648-30ef7199888d h1:sT5KXaBOzg8di1pMaXqwjGSxg9CuZIAJmjQowcFdmoQ=
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241206123648-30ef7199888d/go.mod h1:AA0rq+4H+yn/Agnx5L8ermhhny3FYgCv6UW9DzK5vss=
github.com/dymensionxyz/dymint v1.2.0-rc01.0.20241203150638-c0e39f93d729 h1:2HtdhYN0DSqBQTcSeK9+QXBJz8CF7u1YrLu8odkCFSY=
github.com/dymensionxyz/dymint v1.2.0-rc01.0.20241203150638-c0e39f93d729/go.mod h1:C3VbfePK85aRCdA1iHzB2AYD+n1gKR9Pw+wm3wQUXvE=
github.com/dymensionxyz/evmos/v12 v12.1.6-dymension-v0.4.2 h1:aVP3off7u2vsvRH7lHAUPTLdf9/AfnzC/rvvi0wC/co=
Expand Down

0 comments on commit 31ac867

Please sign in to comment.