Skip to content

Commit

Permalink
improve config file (#154)
Browse files Browse the repository at this point in the history
- Added and enabled by default the necessary settings for a fast sync.
- Removed the deprecated `on_close_redeem_single_tickets_value_min` setting.
  • Loading branch information
Jaguaras authored Jan 14, 2025
1 parent 9407cb6 commit 855e799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hoprd.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ hopr:
aggregate_on_channel_close: true
- !AutoRedeeming
redeem_only_aggregated: true
on_close_redeem_single_tickets_value_min: "90000000000000000 HOPR"
minimum_redeem_ticket_value: "30000000000000000000 HOPR"
- !ClosureFinalizer
max_closure_overdue: 3600
Expand All @@ -38,6 +37,8 @@ hopr:
announce: true
check_unrealized_balance: true
network: dufour
keep_logs: true
fast_sync: true
safe_module:
safe_transaction_service_provider: https://safe-transaction.prod.hoprtech.net/
transport:
Expand Down

0 comments on commit 855e799

Please sign in to comment.