We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ ] bug report [x] feature request
We have disable the gas fee calcualtion on bridging confirm model for anchorage while deposit & withdrawal.
We should show the
The text was updated successfully, but these errors were encountered:
networkService.OptimismPortal?.connect('We need to hardcoded this address').estimateGas.depositTransaction(recipient, 1, 100000, false, [])
this.L1StandardBridgeContract!.connect('We need to hardcoded this address').estimateGas.depositETHTo(recipient, 100000, [], { value: 1 })
0xdb5a187FED81c735ddB1F6E47F28f2A5F74639b2
Sorry, something went wrong.
For example, for proving the withdrawal, the gas usage is 285,428. You can hardcode this number and multiple it by the latest L1 gas price. https://etherscan.io/tx/0x49ae37bf79fba7d82953eb3693c4c391ee3deb13a11271a7d1144bfd622dc150
sk-enya
No branches or pull requests
Issue Type
Current Behavior
We have disable the gas fee calcualtion on bridging confirm model for anchorage
while deposit & withdrawal.
Expected Behavior
We should show the
The text was updated successfully, but these errors were encountered: