Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fix description error
Browse files Browse the repository at this point in the history
  • Loading branch information
aemil145 committed Feb 23, 2022
1 parent 3c177e6 commit ab6b83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ blast run newFolder/anotherScripts/myCustomScript.js
| Function | Descripton | Code example |
| --- | --- | --- |
| getSigners() | set supplied accounts? as signers in order as in `{project_root}/accounts.json` | const [alice, bob] = await getSigners() |
| getSigners() | set assigned objects as signers in order as in `{project_root}/accounts.json` | const [alice, bob] = await getSigners() |
| getContractFactory(contractName) | get a contract object from contract named `contractName` and sign it witn the first account | const contract = await getContractFactory('alpha') |
| getContractFromAddress(contractAddress, owner = null) | get a contract object by its address. Contract owner can be omitted if present in `{project_root}/accounts.json` | const contract = await getContractFromAddress('cudos1uul3yzm2lgskp3dxpj0zg558hppxk6pt8t00qe') |
Expand Down

0 comments on commit ab6b83e

Please sign in to comment.