Skip to content

Commit

Permalink
Merge branch 'main' into gas-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Aug 2, 2023
2 parents 384afa4 + 3e9bd47 commit 8499884
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ You can ignore any WARN logs.

### Node error logs

#### `error: "failed to check token balance: proposer does not have enough tko balance to propose"`

You have not deposited enough TKO to pay the block fee. Deposit enough TKO from TKO token contracts. See [enable a proposer](/docs/guides/run-a-node/enable-a-proposer) for more info.

#### `error: "failed to insert new head to L2 execution engine: missing trie node"`

Make sure that your RPC is pointing to an Sepolia archive node, and not a full node.
Expand Down

0 comments on commit 8499884

Please sign in to comment.