()
| 9641 | async function loadNetworkData() { |
| 9642 | try { |
| 9643 | // Use the new stable network data endpoint |
| 9644 | await loadStableNetworkData(); |
| 9645 | |
| 9646 | // Update the status detection info banner with current config |
| 9647 | updateNetworkStatusBanner(); |
| 9648 | } catch (error) { |
| 9649 | console.error('Error loading network data:', error); |
| 9650 | addConsoleMessage('Failed to load network data', 'error'); |
| 9651 | } |
| 9652 | } |
| 9653 | |
| 9654 | async function loadNetworkData() { |
| 9655 | try { |
| 9656 | // Use the new stable network data endpoint |
| 9657 | await loadStableNetworkData(); |
| 9658 |
no test coverage detected