Retrieves the default service endpoints for a given chain ID
The numeric chain ID
Service endpoints for the chain, or undefined if not supported
const services = getServiceEndpoints(1480);if (services) { console.log('Personal server:', services.personalServerUrl); console.log('Subgraph:', services.subgraphUrl);} Copy
const services = getServiceEndpoints(1480);if (services) { console.log('Personal server:', services.personalServerUrl); console.log('Subgraph:', services.subgraphUrl);}
Retrieves the default service endpoints for a given chain ID