Skip to content

Commit

Permalink
chore: Fix evaluation overrides on config.example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed Jul 25, 2024
1 parent f99e4a6 commit 746a48a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ chains:
# 'unlimited' approval is set.

# Overrides (uncomment if desired)
# maxUnderwriteAllowed: '10000000000000000000'
# minUnderwriteReward: '100000000000'
# lowTokenBalanceWarning: '1000000000000000000'
# tokenBalanceUpdateInterval: 50
# maxUnderwriteAllowed: 500
# minUnderwriteReward: 0.5
# relativeMinUnderwriteReward: 0.1
# profitabilityFactor: 1.0

- chainId: 81457
name: 'Blast Mainnet'
Expand Down

0 comments on commit 746a48a

Please sign in to comment.