diff --git a/src/exampleApp/mocks.ts b/src/exampleApp/mocks.ts index 9c67f01..eca208b 100644 --- a/src/exampleApp/mocks.ts +++ b/src/exampleApp/mocks.ts @@ -78,7 +78,7 @@ export function mockAllInstalled(): Config { export function mockManySomeInstalled() { return { // 25 wallets - providers: Array.from({ length: 25 }, (_, i) => { + providers: Array.from({ length: 50 }, (_, i) => { const id = `wallet-${i + 1}`; return { name: `Wallet ${i + 1}`,