feat: add BOOTSTRAP_NODES constant

This commit is contained in:
Derrick Hammer 2023-09-01 19:21:59 -04:00
parent ca1a3dd5e7
commit 2061f6330d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 0 deletions

View File

@ -134,3 +134,8 @@ export const storageLocationTypeFile = 3;
export const storageLocationTypeFull = 5;
export const storageLocationTypeBridge = 7;
export const supportedFeatures = 3;
export const BOOTSTRAP_NODES: string[] = [
"wss://z2DWuWNZcdSyZLpXFK2uCU3haaWMXrDAgxzv17sDEMHstZb@s5.garden/s5/p2p",
"wss://z2DWuPbL5pweybXnEB618pMnV58ECj2VPDNfVGm3tFqBvjF@s5.ninja/s5/p2p",
];