Skip to content

Commit

Permalink
Merge pull request #122 from hoprnet/lukas/update-cfg
Browse files Browse the repository at this point in the history
Update configuration values and PROVIDER regex
  • Loading branch information
NumberFour8 authored Apr 10, 2024
2 parents 97f0c96 + 8889c1f commit 0fd2f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hoprd.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ hopr:
aggregate_on_channel_close: true
- !AutoRedeeming
redeem_only_aggregated: true
on_close_redeem_single_tickets_value_min: "2000000000000000000 HOPR"
- !ClosureFinalizer
max_closure_overdue: 3600
network_options:
Expand Down
2 changes: 1 addition & 1 deletion setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fields:
*Example:* `http://nethermind-xdai.dappnode:8545`
secret: false
pattern: "^http[s]{0,1}://[a-z0-9.-]{3,}(:[0-9]{2,5})?$"
pattern: "^http[s]{0,1}://[a-z0-9.-]{3,}(:[0-9]{2,5})?(/[a-z0-9.-]+)?$"
patternErrorMessage: Must be a valid url starting with `http://` or `https://` and ending with `:port`

- id: HOPRD_NETWORK
Expand Down

0 comments on commit 0fd2f68

Please sign in to comment.