-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup-wizard.yml
More file actions
24 lines (22 loc) · 1.08 KB
/
setup-wizard.yml
File metadata and controls
24 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: "2"
fields:
- id: ethereum_hosts
target:
type: environment
name: ETHEREUM_HOSTS
service: sequencer
title: Ethereum RPC Hosts
description: "One or more comma-separated public rpc provider url(s)"
required: true
pattern: '^https?://[\w\-]+(\.[\w\-]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?(,https?://[\w\-]+(\.[\w\-]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?)*$'
patternErrorMessage: "Please enter one or more valid comma-separated URLs (e.g., http://geth.sepolia-geth.dappnode:8545)"
- id: l1_consensus_host_urls
target:
type: environment
name: L1_CONSENSUS_HOST_URLS
service: sequencer
title: L1 Consensus Host URLs
description: "One or more comma-separated public rpc provider url(s) that supports consensus client requests"
required: true
pattern: '^https?://[\w\-]+(\.[\w\-]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?(,https?://[\w\-]+(\.[\w\-]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?)*$'
patternErrorMessage: "Please enter one or more valid comma-separated URLs (e.g., http://prysm-sepolia.dappnode:3500)"