stackup-wallet / userop.js

A simple JS library for building ERC-4337 UserOperations.
MIT License
113 stars 32 forks source link

Error falling back to legacy gas price #110

Open suraneti opened 8 months ago

suraneti commented 8 months ago

userop.js seems to not support a chain that does not enable EIP-1559.

I've tested it with a local Geth node with EIP-1559 enabled (London hardfork), and it works fine. However, when I tested it with EIP-1559 disabled (Berlin hardfork), it did not work.