Skip to content

Commit 5a95dc4

Browse files
committed
fix: change generate wallet to 24
1 parent ecce28d commit 5a95dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/govtool-frontend/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "npx playwright test",
2727
"format": "prettier . --write",
2828
"test:outcomes": "npx playwright test outcomes.spec.ts --ui",
29-
"generate-wallets": "ts-node ./generate_wallets.ts 20"
29+
"generate-wallets": "ts-node ./generate_wallets.ts 24"
3030
},
3131
"dependencies": {
3232
"@cardanoapi/cardano-test-wallet": "^3.0.0",

0 commit comments

Comments
 (0)