List of protocols which replace other protocols
const response = await fetch('https://xtz.nownodes.io/config/network/user_activated_protocol_overrides', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "replaced_protocol": "text", "replacement_protocol": "text" } ]