Skip to content

Commit

Permalink
Add more mock wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Apr 5, 2024
1 parent 0eccccc commit a8c4eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exampleApp/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

0 comments on commit a8c4eab

Please sign in to comment.