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

Check legacy contracts default gas limits #994

Open
pocin opened this issue Mar 25, 2024 · 1 comment
Open

Check legacy contracts default gas limits #994

pocin opened this issue Mar 25, 2024 · 1 comment
Assignees

Comments

@pocin
Copy link
Contributor

pocin commented Mar 25, 2024

vault withdraw gas limit is 400k but the txn spends around 100k which is a bad ux
https://etherscan.io/tx/0x8d97ed59282a44a9ecea8c071de14c00424d496a650d26c8e6d2b91fc6b6c01c

const receipt = await vaultEarlyWithdrawal.withdraw(subvaultAddress, bigAmount, { gasLimit: 400000 });

while at it check ogt unstake as well

@pocin pocin self-assigned this Mar 25, 2024
@apptreeso
Copy link

@pocin Can I work on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants