Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 18, 2023
1 parent 3333640 commit 4a2783e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/cronos/keeper/precompiles/ica.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/ethereum/go-ethereum/core/vm"
)

// TODO adjust the gas cost
// TODO: Replace this const with adjusted gas cost corresponding to input when executing precompile contract.
const ICAContractRequiredGas = 10000

var (
Expand Down
2 changes: 1 addition & 1 deletion x/cronos/keeper/precompiles/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
cronosevents "github.com/crypto-org-chain/cronos/v2/x/cronos/events"
)

// TODO adjust the gas cost
// TODO: Replace this const with adjusted gas cost corresponding to input when executing precompile contract.
const RelayerContractRequiredGas = 10000

var RelayerContractAddress = common.BytesToAddress([]byte{101})
Expand Down

0 comments on commit 4a2783e

Please sign in to comment.