Returns a boolean indicating whether the chain is in ragnarok.
OK
false
const response = await fetch('https://thor.nownodes.io/thorchain/ragnarok', { method: 'GET', headers: {}, }); const data = await response.json();