Skip to content

Commit 12544a1

Browse files
committed
feat: add us-central server
1 parent 69f930f commit 12544a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/shared/types/store/default.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ export const DEFAULT_STORE: StoreData = {
5151
disabled: false,
5252
ping: 0,
5353
},
54+
{
55+
name: 'US (Dallas)',
56+
url: 'https://us-central.cs2voiceproximity.chat',
57+
disabled: false,
58+
ping: 0,
59+
},
5460
],
5561
autoUpdateState: null,
5662
};

0 commit comments

Comments
 (0)