Variable knownGatewayConfigConst

knownGatewayConfig: Record<GatewayId, {
    name: RealGateways;
    region: RealRegion;
}> = ...

Data from /web-api/v1/gateway (minus online users / "isOfficial")

Since these values are unchanging, we can just hardcode them here to skip the extra fetch.

Generated using TypeDoc