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

Error: while migrating Migrations: EIP-1559 transactions not implemented #201

Closed
gluneau opened this issue Dec 22, 2021 · 3 comments
Closed

Comments

@gluneau
Copy link
Contributor

gluneau commented Dec 22, 2021

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)

@gluneau gluneau added the C6-evm label Dec 22, 2021
@ntduan
Copy link
Collaborator

ntduan commented Dec 22, 2021

We still don't support eip1559 format, right? @xlc

@ntduan
Copy link
Collaborator

ntduan commented Dec 22, 2021

The default is eip1559 transaction, but this should be settable, just set the type to 0 or 1

@gluneau
Copy link
Contributor Author

gluneau commented Dec 22, 2021

Support EIP-1559

@ntduan ntduan closed this as completed Jan 4, 2022
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