GasLimitTooLow
Error v210 → current 22.6The gas limit is insufficient for this operation.
Encountered by: developerswallets
Why This Error Exists
Every operation has a minimum gas cost. Increase gas limit to cover execution.
From Chain Metadata
Gas limit is too low.
What This Means
The gas limit is insufficient for this operation.
Common Causes
- Gas limit below intrinsic gas (21000 for transfers)
- Complex operation needs more gas
How to Fix
- Increase gas limit
- Estimate gas using eth_estimateGas
- Add buffer to gas estimate (e.g., 20%)
Thrown By
Runtime Info
- Pallet Index
- 22
- Error Index
- 6
- Error Code
- 22.6
- Runtime Version
- v393