Skip to content

Commit

Permalink
Update sdk/src/lib/ethereum/contract.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Czajkowski <[email protected]>
  • Loading branch information
nkuba and r-czajkowski authored Apr 15, 2024
1 parent 9998db0 commit b580494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/src/lib/ethereum/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export interface EthersContractConfig {
*/
address?: string
/**
* Signer - will return a Contract which will act on behalf of that signer. The signer will sign all contract transactions.
* Signer - will return a Contract which will act on behalf of that signer.
* The signer will sign all contract transactions.
*/
signer: EthereumSigner
}
Expand Down

0 comments on commit b580494

Please sign in to comment.