Skip to content

Commit

Permalink
lower child wallet funding amount
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 16, 2024
1 parent 133318e commit 7897295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/blob-spammer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ func main() {
RpcHosts: rpcHosts,
WalletPrivkey: cliArgs.privkey,
WalletCount: 100,
WalletPrefund: utils.EtherToWei(uint256.NewInt(20)),
WalletMinfund: utils.EtherToWei(uint256.NewInt(10)),
WalletPrefund: utils.EtherToWei(uint256.NewInt(5)),
WalletMinfund: utils.EtherToWei(uint256.NewInt(2)),
}
err := scenario.Init(testerConfig)
if err != nil {
Expand Down

0 comments on commit 7897295

Please sign in to comment.