From 95137400fd82e773818a7102736ed0cab53cf6e7 Mon Sep 17 00:00:00 2001 From: Peter Anyaogu Date: Mon, 8 Apr 2024 15:33:24 +0100 Subject: [PATCH] update readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 36aca10..da60629 100644 --- a/README.md +++ b/README.md @@ -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