Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: reduce the default EVM gas limit (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Sep 26, 2023
1 parent 73b0565 commit f4ce117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/evm_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

// DefaultEVMGasLimit the default gas limit to use when sending transactions to the EVM chain.
const DefaultEVMGasLimit = uint64(25000000)
const DefaultEVMGasLimit = uint64(2500000)

type Client struct {
logger tmlog.Logger
Expand Down

0 comments on commit f4ce117

Please sign in to comment.