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
Steps to reproduce:
On a hardware wallet account (tested Ledger and Keystone):
Expected result: Requested transaction should have nonce 1 on wallet
Actual Result: Requested transaction has initial transaction nonce
Notes: This is the same for any transaction parameters. Once "begin signing process" is clicked then all changes to the transaction are ignored.
The text was updated successfully, but these errors were encountered:
it's a known issue, you can't change parameters of tx when you click "Begin signing process", all changes will be ignore
Sorry, something went wrong.
@vvvvvv1vvvvvv is this the same problem as I can't set custom params?
request.maxFeePerGas = 1_000n; request.maxPriorityFeePerGas = 1n; request.gas = BigInt(BigNumber(request.gas).times(1.5).toFixed(0));
No branches or pull requests
Steps to reproduce:
On a hardware wallet account (tested Ledger and Keystone):
Expected result:
Requested transaction should have nonce 1 on wallet
Actual Result:
Requested transaction has initial transaction nonce
Notes:
This is the same for any transaction parameters. Once "begin signing process" is clicked then all changes to the transaction are ignored.
The text was updated successfully, but these errors were encountered: