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

Commit

Permalink
updated Engine AA Guide (#320)
Browse files Browse the repository at this point in the history
updated Engine AA

Co-authored-by: Jonas Daniels <[email protected]>
  • Loading branch information
farhanW3 and jnsdls authored Apr 10, 2024
1 parent ac7e722 commit 33b34a2
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit 33b34a2

Please sign in to comment.