You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This shall be determined by the response from backend API network-status endpoint
Use the
"staking_status": {
"is_staking_open": true
},
value to determine whether the form shall be disabled and above should be shown.
NOTE: Due to bandwidth concern, adding the timestamp here will be quite complex(time consuming), i would leave it as "Staking is not enabled at this time. Please check back later". But of course, something we will continue look into after testnet as improvement
The text was updated successfully, but these errors were encountered:
This shall be determined by the response from backend API
network-status
endpointUse the
value to determine whether the form shall be disabled and above should be shown.
NOTE: Due to bandwidth concern, adding the timestamp here will be quite complex(time consuming), i would leave it as "Staking is not enabled at this time. Please check back later". But of course, something we will continue look into after testnet as improvement
The text was updated successfully, but these errors were encountered: