Skip to content

Commit

Permalink
Merge pull request #120 from hoprnet/lukas/update-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberFour8 authored Apr 10, 2024
2 parents 48c1ce8 + 841a15d commit 97f0c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ fields:
required: false
description: |-
URL to the custom RPC provider this HOPR node should use.
If your DAppnode is running an Ethereum client, it is **strongly recommended** to use it here.
If your DAppnode is running a Gnosis Ethereum client, it is **strongly recommended** to use it here.
*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})?$"
patternErrorMessage: Must be a valid url starting with `http://` or `https://` and ending with `:port`

- id: HOPRD_NETWORK
Expand Down

0 comments on commit 97f0c96

Please sign in to comment.