We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
There is max gas limit set at the ZetaClient side for the withdraw to avoid for example a bug that could deplete the TSS: https://github.com/zeta-chain/node/blob/e8cd199f562342ca63d4a3c877afdca71599d6c9/zetaclient/chains/evm/signer/gas.go#L70
If the user set a high gas limit, then they would pay more than what is used for signing the tx.
This limit should move set in the smart contract as well to make withdraw using this limit revert.
The text was updated successfully, but these errors were encountered:
Note : The gas limit should be on a per chain basis (based on the outbound chain )
Sorry, something went wrong.
No branches or pull requests
There is max gas limit set at the ZetaClient side for the withdraw to avoid for example a bug that could deplete the TSS: https://github.com/zeta-chain/node/blob/e8cd199f562342ca63d4a3c877afdca71599d6c9/zetaclient/chains/evm/signer/gas.go#L70
If the user set a high gas limit, then they would pay more than what is used for signing the tx.
This limit should move set in the smart contract as well to make withdraw using this limit revert.
The text was updated successfully, but these errors were encountered: