Skip to content

Commit

Permalink
without fee middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jun 4, 2024
1 parent de14eed commit 152e1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cronos/keeper/precompiles/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func init() {
case RecvPacket:
relayerGasRequiredByMethod[methodID] = GasWhenReceiverChainIsNotSource
case Acknowledgement:
relayerGasRequiredByMethod[methodID] = 61784
relayerGasRequiredByMethod[methodID] = 19945
case Timeout:
relayerGasRequiredByMethod[methodID] = 104274
default:
Expand Down

0 comments on commit 152e1fd

Please sign in to comment.