Skip to main content

E1008 — Basefee too low

PropertyValue
Code1008
SlugE1008
Categorygas (Gas)
CIPCIP-3

What happened

Basefee too low.

Why it happened

The transaction’s max_fee_per_cycle or max_fee_per_cell is below the current block basefee.

How to fix

Raise max_fee_per_cycle and max_fee_per_cell above the current basefee (query via RPC).

Receipt example

{
  "code": 1008,
  "slug": "E1008",
  "category": "gas",
  "what": "Basefee too low",
  "fix": "Raise `max_fee_per_cycle` and `max_fee_per_cell` above the current basefee (query via RPC).",
  "docs_url": "https://docs.cowboy.inc/errors/E1008"
}

All Error Codes

View the complete error code reference