6de2455917
- Added GLOBAL_MARKETS_TITLE to all translation files - Updated footer with 12 markets (4 active + 8 upcoming) - Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi - Built and deployed to production - CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
export var Endpoint;
|
|
(function (Endpoint) {
|
|
Endpoint["IPv4"] = "http://169.254.169.254";
|
|
Endpoint["IPv6"] = "http://[fd00:ec2::254]";
|
|
})(Endpoint || (Endpoint = {}));
|