issues
search
bcnmy
/
bundler
4337 Typescript Bundler
MIT License
8
stars
2
forks
source link
Fix/5irechain
#679
Closed
TheDivic
closed
2 months ago
TheDivic
commented
2 months ago
📖 Context
Type of change
[x] Non-breaking change (backwards compatible)
Why are we doing this?
User ops on
testnet
were failing because of
callGasLimit
was too high
Transactions on mainnet were failing because the
relayerFundingAmount
was too low
The retry code couldn't recognize the error from the previous step because of an unconventional error message, added it to the config.
What did we do?
Disabled state overrides, solved the
callGasLimit
problem
Added a new error message to the config
Increased the funding amount from
0.01
to
0.1
How Has This Been Tested?
User op on mainnet:
https://5irescan.io/tx/0xa4f4fc1c78d5c4cad819d1e21009d30bd20b660c49cd24795b61290f6dc8e1dc
All user ops on testnet (we are the only ones sending):
https://testnet.5irescan.io/address/0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
📖 Context
Type of change
Why are we doing this?
callGasLimit
was too highrelayerFundingAmount
was too lowWhat did we do?
callGasLimit
problem0.01
to0.1
How Has This Been Tested?