Skip to content

Commit

Permalink
fix(e2e): fix portal owner
Browse files Browse the repository at this point in the history
  • Loading branch information
sideninja committed Oct 11, 2024
1 parent fede3ee commit 4ff194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/app/portalregistry.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func newRegistryMngr(ctx context.Context, def Definition) (registryMngr, error)
return registryMngr{}, errors.Wrap(err, "new portal registry")
}

manager := eoa.MustAddress(def.Testnet.Network, eoa.RoleManager)
manager := eoa.MustAddress(def.Testnet.Network, eoa.RoleUpgrader)
txOpts, err := backend.BindOpts(ctx, manager)
if err != nil {
return registryMngr{}, err
Expand Down

0 comments on commit 4ff194b

Please sign in to comment.