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
Not providing:
gasPrice: 200786445289, gas: 42032000,
while running the default truffle example causes this error:
Error: while migrating Migrations: EIP-1559 transactions not implemented (method="EIP-1559 transactions", provider="eth-providers", code=NOT_IMPLEMENTED, version=bodhi.js/providers/2.1.7)
The text was updated successfully, but these errors were encountered:
We still don't support eip1559 format, right? @xlc
Sorry, something went wrong.
The default is eip1559 transaction, but this should be settable, just set the type to 0 or 1
Support EIP-1559
No branches or pull requests
Not providing:
while running the default truffle example causes this error:
Error: while migrating Migrations: EIP-1559 transactions not implemented (method="EIP-1559 transactions", provider="eth-providers", code=NOT_IMPLEMENTED, version=bodhi.js/providers/2.1.7)
The text was updated successfully, but these errors were encountered: