Added qortal request arrr sync status

This commit is contained in:
AlphaX-Qortal
2025-03-16 17:31:25 +01:00
parent b2fbd0f6a5
commit 201e396889
3 changed files with 75 additions and 9 deletions

View File

@@ -253,7 +253,8 @@ export const listOfAllQortalRequests = [
'CREATE_GROUP',
'GET_USER_WALLET_TRANSACTIONS',
'GET_NODE_INFO',
'GET_NODE_STATUS'
'GET_NODE_STATUS',
'GET_ARRR_SYNC_STATUS'
]
export const UIQortalRequests = [
@@ -307,7 +308,8 @@ export const UIQortalRequests = [
'CREATE_GROUP',
'GET_USER_WALLET_TRANSACTIONS',
'GET_NODE_INFO',
'GET_NODE_STATUS'
'GET_NODE_STATUS',
'GET_ARRR_SYNC_STATUS'
];