Skip to content

Commit

Permalink
Update node-config.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikt0rPavlik authored Dec 27, 2024
1 parent 270600a commit b2e68f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/chainlink-nodes/v1/node-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10241,7 +10241,7 @@ ReplacementTransactionUnderpriced = '(: |^)replacement transaction underpriced'
LimitReached = '(: |^)limit reached' # Example
TransactionAlreadyInMempool = '(: |^)transaction already in mempool' # Example
TerminallyUnderpriced = '(: |^)terminally underpriced' # Example
InsufficientEth = '(: |^)insufficeint eth' # Example
InsufficientEth = '(: |^)insufficient eth' # Example
TxFeeExceedsCap = '(: |^)tx fee exceeds cap' # Example
L2FeeTooLow = '(: |^)l2 fee too low' # Example
L2FeeTooHigh = '(: |^)l2 fee too high' # Example
Expand Down Expand Up @@ -10305,7 +10305,7 @@ TerminallyUnderpriced is a regex pattern to match against terminally underpriced
### InsufficientEth

```toml
InsufficientEth = '(: |^)insufficeint eth' # Example
InsufficientEth = '(: |^)insufficient eth' # Example
```

InsufficientEth is a regex pattern to match against insufficient eth errors.
Expand Down

0 comments on commit b2e68f5

Please sign in to comment.