Skip to content

Commit

Permalink
chore(lobbies): add lnd-* region prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Aug 16, 2024
1 parent b81597a commit 58c2ad8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/lobbies/utils/lobby/backend/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,18 @@ export const REGIONS: Region[] = [
latitude: 1.3521,
longitude: 103.8198,
},

{
id: "lnd-atl",
name: "Atlanta",
latitude: 33.7490,
longitude: -84.3880,
},
{
id: "lnd-fra",
name: "Frankfurt",
latitude: 50.1109,
longitude: 8.6821,
},
];

0 comments on commit 58c2ad8

Please sign in to comment.