Skip to content

Commit

Permalink
update signer instantiation details
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniSomoza committed Oct 25, 2024
1 parent a9495f9 commit 638b413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ First, you need to install the Protocol Kit.

### Create a signer

Firstly, you need to get a signer, this example uses a private key, but any way to get an `EIP-1193` compatible signer can be used.
You need a signer to instantiate the Protocol Kit. This example uses a private key to obtain a signer, but other `EIP-1193` compatible signers are also supported. For more detailed information on the available options, please refer to the [Protocol Kit reference](../../reference/safe.mdx#initialization).

{/* <!-- vale off --> */}

Expand Down

0 comments on commit 638b413

Please sign in to comment.