diff --git a/fragments/wallet.js b/fragments/wallet.js index b5a0e820..e5b4b226 100644 --- a/fragments/wallet.js +++ b/fragments/wallet.js @@ -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 } } `