Skip to content

Commit

Permalink
Update src/contract/contractFactory.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Pavičić <[email protected]>
  • Loading branch information
2 people authored and PhilippeR26 committed Jul 18, 2023
1 parent 269e443 commit f7cc9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/contractFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class ContractFactory {

/**
* Deploys contract and returns new instance of the Contract
* If contract not declared it will first declare it than deploy
* If contract is not declared it will first declare it, and then deploy
*
* @param args - Array of the constructor arguments for deployment
* @param options (optional) Object - parseRequest, parseResponse, addressSalt
Expand Down

0 comments on commit f7cc9ca

Please sign in to comment.