Skip to content

Commit

Permalink
update web3 offset
Browse files Browse the repository at this point in the history
  • Loading branch information
JacqueGM authored and Uxio0 committed Dec 9, 2022
1 parent a67dc32 commit 948526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnosis/safe/safe.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def estimate_tx_gas(self, to: str, value: int, data: bytes, operation: int) -> i
# So gas needed by caller will be around 35k
OLD_CALL_GAS = 35000
# Web3 `estimate_gas` estimates less gas
WEB3_ESTIMATION_OFFSET = 20000
WEB3_ESTIMATION_OFFSET = 23000
ADDITIONAL_GAS = PROXY_GAS + OLD_CALL_GAS

try:
Expand Down

0 comments on commit 948526d

Please sign in to comment.