Open bretep opened 1 year ago
still not fixed as of today. pulsechain has gas prices in the 110k gwei range and frame caps the input to 9999 gwei. this assumption seems to mirror a famous bug in geth which hardcoded the assumtion the fee can't ever exceed 500 gwei (it did on ethereum and geth users got rekt). i suggest we allow the user to enter any value and just show a warning instead for what frame thinks are nonsensical values.
Hey @banteg, you’re right, these limits are set by chain ID — we intended to make them user-configurable but haven’t rolled anything like that out yet as we’ve been focused on Frame v1. I’ll make sure to bring this up with the team.
When using EVM based testnets or chains with low cost (pulsechain.com) the fee may be higher than 9999 gwei depending on network utilization.
MetaMask seems to work fine when sending transactions but with frame, there is a maximum limit with no way to override, even if manually editing the fee.
beat = gwei
Block explorer gas tracker