Skip to content

Commit

Permalink
fix(e2e/solve): fix token salt (#2523)
Browse files Browse the repository at this point in the history
Fix devapp token salt.

issue: none
  • Loading branch information
kevinhalliday authored Nov 21, 2024
1 parent 139b52f commit a81f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/solve/devapp/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func Deploy(ctx context.Context, network netconf.Network, backends ethbackend.Ba
return errors.Wrap(err, "backend mock l2")
}

if err := deployToken(ctx, mockl1Backend, l1VaultSalt); err != nil {
if err := deployToken(ctx, mockl1Backend, l1TokenSalt); err != nil {
return errors.Wrap(err, "deploy l1 token")
}

Expand Down

0 comments on commit a81f18c

Please sign in to comment.