import { POLARGRID_REGIONS } from '@polargrid/polargrid-sdk';
// Available regions
console.log(POLARGRID_REGIONS);
// {
// 'yto-01': { id: 'yto-01', name: 'Toronto', url: 'https://api.yto-01.edge.polargrid.ai' },
// 'yto-02': { id: 'yto-02', name: 'Toronto 02', url: 'https://api.yto-02.edge.polargrid.ai' },
// 'yul-01': { id: 'yul-01', name: 'Montreal', url: 'https://api.yul-01.edge.polargrid.ai' },
// 'yul-02': { id: 'yul-02', name: 'Montreal 02', url: 'https://api.yul-02.edge.polargrid.ai' },
// 'yvr-02': { id: 'yvr-02', name: 'Vancouver', url: 'https://api.yvr-02.edge.polargrid.ai' },
// 'nyc-01': { id: 'nyc-01', name: 'New York', url: 'https://api.nyc-01.edge.polargrid.ai' },
// 'nyc-02': { id: 'nyc-02', name: 'New York 02', url: 'https://api.nyc-02.edge.polargrid.ai' },
// 'dal-01': { id: 'dal-01', name: 'Dallas', url: 'https://api.dal-01.edge.polargrid.ai' },
// 'dal-02': { id: 'dal-02', name: 'Dallas 02', url: 'https://api.dal-02.edge.polargrid.ai' },
// 'sfo-01': { id: 'sfo-01', name: 'San Francisco', url: 'https://api.sfo-01.edge.polargrid.ai' },
// }
// Region aliases supported: 'toronto', 'yto', 'vancouver', 'yvr', 'montreal', 'yul',
// 'new-york', 'nyc', 'dallas', 'dal', 'san-francisco', 'sf', 'sfo'