Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
code-z2 committed Apr 8, 2024
1 parent dd64959 commit 9513740
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ final Smartwallet wallet = await smartWalletFactory
print("safe wallet address: ${wallet.address.hex}");
```

Additionally, you can pass in multisig `owners` and the `threshold` to the `createSafeAccount` method.

```dart
final Smartwallet wallet = await smartWalletFactory
.createSafeAccount(salt, [...extraOwners], threshold);
print("safe wallet address: ${wallet.address.hex}");
```

> Safe SecP256r1 signers can not be used with this SDK yet.
### Interacting with the Smart Wallet
Expand Down

0 comments on commit 9513740

Please sign in to comment.