Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TX execution fails with default execution parameters on Gnosis Chain #1859

Closed
biafra23 opened this issue Apr 12, 2023 · 1 comment
Closed

Comments

@biafra23
Copy link
Contributor

Bug description

Tx fails with default parameters on Gnosis Chain

Environment

  • Browser: Brave
  • Wallet: MetaMask
  • Chain: Gnosis Chain mainnet
  • Safe contract version: 1.1.1

Steps to reproduce

  1. Click "New transaction" (Safe on Gnosis chain with a threshold of 1)
  2. Select sending Safe as Recipient address
  3. Select xdai as asset
  4. Enter 1 into the amount field
  5. Hit Next
  6. Observe warning:
This transaction will most likely fail. To save gas costs, avoid creating the transaction.
missing revert data in call exception; Transaction reverted without a reason string
  1. Click "Estimate Fee"
  2. Click "Edit"
  3. safeTxGas is 84920
  4. Gas limit is: 71886
  5. Click "Confirm"
  6. Clcik "Submit"

Expected result

Tx is excuted

Obtained result

Tx fails

How to fix (as a user)

Change safeTxGas to 0
or
increase Gas limit by factor 10

Screenshots

@biafra23 biafra23 added the bug label Apr 12, 2023
@github-project-automation github-project-automation bot moved this to New issues in Safe{Wallet} Apr 12, 2023
@katspaugh katspaugh moved this from New issues to Todo in Safe{Wallet} Apr 24, 2023
@iamacook
Copy link
Member

iamacook commented May 2, 2023

I'm going to close this as it's related to underestimation. I've created an issue on Nethermind's board.

@iamacook iamacook closed this as completed May 2, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Safe{Wallet} May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants