Skip to content

Commit

Permalink
CCCP-227, fix: increase BASIC_GAS_LIMIT_MULTIPLIER to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alstjd0921 committed Sep 19, 2023
1 parent 2bb1375 commit ac51ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainpy/eventbridge/chaineventabc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SendParamTuple = Tuple[str, str, str, Union[tuple, list]]
CallParamTuple = Tuple[str, str, str, Union[tuple, list]]

BASIC_GAS_LIMIT_MULTIPLIER = 1.2
BASIC_GAS_LIMIT_MULTIPLIER = 7.0


class ReceiptParams:
Expand Down

0 comments on commit ac51ce3

Please sign in to comment.