We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d246f6 commit 7a88ddfCopy full SHA for 7a88ddf
packages/common/src/api/tan-query/coins/useTradeableCoins.ts
@@ -9,7 +9,7 @@ import type { Coin } from '../../../adapters/coin'
9
10
import { useArtistCoins } from './useArtistCoins'
11
12
-export const TEMP_ARTIST_COINS_PAGE_SIZE = 100
+export const TEMP_ARTIST_COINS_PAGE_SIZE = 1000
13
14
export type TradeableCoinsContext = 'pay' | 'receive' | 'all'
15
0 commit comments