You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: created a PR here: #2804
Not sure if that's the fix but I checked another issue someone was having with Bifrost chain estimating too high, in our case we need to estimate higher for HyperEVM small blocks.
The default gas limit being set by Rabby on the HyperEVM is being set at 1,900,000.
This is causing issues on our Dapp because of the nature of small blocks vs big blocks on Hyperliquid. Our token creation contract calls are trying to be sent in small blocks which needs a higher gas limit, around 2,000,000 would work.
We're able to create the tokens completely fine with MetaMask. Explicitly setting a gas limit doesn't change anything on Rabby's end.
Any help would be greatly appreciated :)
Thanks
The text was updated successfully, but these errors were encountered:
The maximum value of gasLimit depends on block.gasLimit. Your PR sets the maximum gasLimit to 1.05 times of block.gasLimit. I am curious how this is possible. The gasLimit of a single transaction cannot be greater than block.gasLimit.
Edit: created a PR here: #2804
Not sure if that's the fix but I checked another issue someone was having with Bifrost chain estimating too high, in our case we need to estimate higher for HyperEVM small blocks.
The default gas limit being set by Rabby on the HyperEVM is being set at 1,900,000.
This is causing issues on our Dapp because of the nature of small blocks vs big blocks on Hyperliquid. Our token creation contract calls are trying to be sent in small blocks which needs a higher gas limit, around 2,000,000 would work.
We're able to create the tokens completely fine with MetaMask. Explicitly setting a gas limit doesn't change anything on Rabby's end.
Any help would be greatly appreciated :)
Thanks
The text was updated successfully, but these errors were encountered: