Configuration for the DAL
const response = await fetch('https://xtz.nownodes.io/config/network/dal', { method: 'GET', headers: {}, }); const data = await response.json();
{ "activated": false, "use_mock_srs_for_testing": false, "bootstrap_peers": [ "text" ] }