Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

updated Engine AA Guide #320

Merged
merged 2 commits into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/app/engine/features/account-abstraction/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ To deploy smart accounts (referred to as "accounts" from here on), deploy an `Ac

```json
{
"constructorParams": ["0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"]
"constructorParams": [
"<default_admin>",
"0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
] // <default_admin> should be your backend-wallet-address
}
```

Expand Down
Loading