Skip to content

Commit cb62263

Browse files
authored
chore: add config keys for Announce and NoAnnounce addresses (#310)
These were missing from the types
1 parent d814462 commit cb62263

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/types.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ export interface AddressConfig {
135135
RPC?: string
136136
Delegates?: string[]
137137
Gateway?: string
138-
Swarm?: string[]
138+
Swarm?: string[],
139+
Announce: string[],
140+
NoAnnounce: string[]
139141
}
140142

141143
export interface APIConfig {

0 commit comments

Comments
 (0)