Skip to content

Commit 976e94f

Browse files
committed
fixes
1 parent 5ee2e2d commit 976e94f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

hack/create-workflow.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"runner_type": "Docker",
8585
"long_running_testnet": false,
8686
"testnet_duration": "10m",
87-
"num_wallets": 10,
87+
"num_wallets": 10000,
88+
"base_mnemonic": "copper push brief egg scan entry inform record adjust fossil boss egg comic alien upon aspect dry avoid interest fury window hint race symptom",
8889
"launch_load_balancer": false
8990
}

petri/cosmos/tests/e2e/digitalocean/do_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ var (
7272
return def
7373
},
7474
},
75+
AdditionalAccounts: 10_000,
76+
BaseMnemonic: "copper push brief egg scan entry inform record adjust fossil boss egg comic alien upon aspect dry avoid interest fury window hint race symptom",
7577
}
7678

7779
numTestChains = flag.Int("num-chains", 3, "number of chains to create for concurrent testing")

0 commit comments

Comments
 (0)