Last updated 1 year ago
A successful response.
plan is the current upgrade plan.
const response = await fetch('/cosmos/upgrade/v1beta1/current_plan', { method: 'GET', headers: {}, }); const data = await response.json();
{ "plan": { "name": "text", "time": "2024-11-21T06:26:48.674Z", "height": "text", "info": "text", "upgraded_client_state": { "type_url": "text", "value": "Ynl0ZXM=" } } }