Skip to content

Commit 7a88ddf

Browse files
authored
Artist coins page size 1000 (#13313)
### Description Just bumping this up ### How Has This Been Tested?
1 parent 3d246f6 commit 7a88ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/api/tan-query/coins/useTradeableCoins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type { Coin } from '../../../adapters/coin'
99

1010
import { useArtistCoins } from './useArtistCoins'
1111

12-
export const TEMP_ARTIST_COINS_PAGE_SIZE = 100
12+
export const TEMP_ARTIST_COINS_PAGE_SIZE = 1000
1313

1414
export type TradeableCoinsContext = 'pay' | 'receive' | 'all'
1515

0 commit comments

Comments
 (0)