added purchasing name qortalRequests

This commit is contained in:
2025-04-10 10:49:31 +03:00
parent 63c96f5ea0
commit 7e7e914cf9
13 changed files with 432 additions and 10 deletions

View File

@@ -41,7 +41,8 @@ const officialAppList = [
"q-trade",
"q-support",
"q-manager",
"q-wallets"
"q-wallets",
"q-search"
];
const ScrollerStyled = styled('div')({

View File

@@ -49,7 +49,8 @@ const officialAppList = [
"q-trade",
"q-support",
"q-manager",
"q-wallets"
"q-wallets",
"q-search"
];
const ScrollerStyled = styled("div")({

View File

@@ -43,7 +43,8 @@ const officialAppList = [
"q-trade",
"q-support",
"q-manager",
"q-wallets"
"q-wallets",
"q-search"
];
const ScrollerStyled = styled('div')({

View File

@@ -59,7 +59,8 @@ const officialAppList = [
"q-support",
"q-manager",
"q-mintership",
"q-wallets"
"q-wallets",
"q-search"
];
const ScrollerStyled = styled("div")({

View File

@@ -256,7 +256,10 @@ export const listOfAllQortalRequests = [
'GET_NODE_STATUS',
'GET_ARRR_SYNC_STATUS',
'SHOW_PDF_READER',
'UPDATE_GROUP'
'UPDATE_GROUP',
'SELL_NAME',
'CANCEL_SELL_NAME',
'BUY_NAME'
]
export const UIQortalRequests = [
@@ -313,7 +316,10 @@ export const UIQortalRequests = [
'GET_NODE_STATUS',
'GET_ARRR_SYNC_STATUS',
'SHOW_PDF_READER',
'UPDATE_GROUP'
'UPDATE_GROUP',
'SELL_NAME',
'CANCEL_SELL_NAME',
'BUY_NAME'
];