Skip to content

Commit

Permalink
feat: set anvil --max-persisted-states flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tremarkley committed Oct 2, 2024
1 parent e6ed451 commit 342d179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anvil/anvil.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func (a *Anvil) Start(ctx context.Context) error {
"--derivation-path", a.cfg.SecretsConfig.DerivationPath.String(),
"--chain-id", fmt.Sprintf("%d", a.cfg.ChainID),
"--port", fmt.Sprintf("%d", a.cfg.Port),
"--max-persisted-states", "5",
}

if a.cfg.L2Config != nil {
Expand Down

0 comments on commit 342d179

Please sign in to comment.