mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
added purchasing name qortalRequests
This commit is contained in:
@@ -41,7 +41,8 @@ const officialAppList = [
|
||||
"q-trade",
|
||||
"q-support",
|
||||
"q-manager",
|
||||
"q-wallets"
|
||||
"q-wallets",
|
||||
"q-search"
|
||||
];
|
||||
|
||||
const ScrollerStyled = styled('div')({
|
||||
|
@@ -49,7 +49,8 @@ const officialAppList = [
|
||||
"q-trade",
|
||||
"q-support",
|
||||
"q-manager",
|
||||
"q-wallets"
|
||||
"q-wallets",
|
||||
"q-search"
|
||||
];
|
||||
|
||||
const ScrollerStyled = styled("div")({
|
||||
|
@@ -43,7 +43,8 @@ const officialAppList = [
|
||||
"q-trade",
|
||||
"q-support",
|
||||
"q-manager",
|
||||
"q-wallets"
|
||||
"q-wallets",
|
||||
"q-search"
|
||||
];
|
||||
|
||||
const ScrollerStyled = styled('div')({
|
||||
|
@@ -59,7 +59,8 @@ const officialAppList = [
|
||||
"q-support",
|
||||
"q-manager",
|
||||
"q-mintership",
|
||||
"q-wallets"
|
||||
"q-wallets",
|
||||
"q-search"
|
||||
];
|
||||
|
||||
const ScrollerStyled = styled("div")({
|
||||
|
@@ -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'
|
||||
];
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user