We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe2205 commit ef9c659Copy full SHA for ef9c659
suite-common/suite-utils/src/txsPerPage.ts
@@ -3,7 +3,7 @@ import type { Account } from '@suite-common/wallet-types';
3
4
export const getTxsPerPage = (networkType: Account['networkType']) => {
5
if (networkType === 'solana') {
6
- return 5;
+ return 8;
7
}
8
9
return settingsCommonConfig.TXS_PER_PAGE;
0 commit comments