remove unused fragment, fix BestWallet to return flags

This commit is contained in:
Riccardo Balbo 2024-10-18 18:50:42 +02:00 committed by k00b
parent fdc3df9c15
commit ed66cfb3f8
1 changed files with 3 additions and 10 deletions

View File

@ -205,16 +205,9 @@ export const BEST_WALLETS = gql`
priority
type
updatedAt
}
}
`
export const BEST_SEND_WALLETS = gql`
query BestSendWallets {
wallets (includeSenders: true, includeReceivers: false, onlyEnabled: true, prioritySort: "asc") {
id
priority
type
updatedAt
canSend
canReceive
enabled
}
}
`