Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 2ae6b67

Browse files
committed
fix: allow setting Addresses.Delegates
Adds Delegates as optional array in node config. Context: #2195 License: MIT Signed-off-by: Marcin Rataj <[email protected]>
1 parent 4ee28e0 commit 2ae6b67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const configSchema = s({
5353
config: optional(s({
5454
API: 'object?',
5555
Addresses: optional(s({
56+
Delegates: optional(s(['multiaddr'])),
5657
Swarm: optional(s(['multiaddr'])),
5758
API: 'multiaddr?',
5859
Gateway: 'multiaddr'

0 commit comments

Comments
 (0)