Skip to content

Commit

Permalink
fix: www/docs/API/provider.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badurinantun authored Jul 22, 2022
1 parent 3ca4a51 commit d73e826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/API/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ Declares a contract on Starknet
```

provider.**deployContract**(payload [ , abi ]) => _Promise < DeclareContractResponse >_
provider.**deployContract**(payload [ , abi ]) => _Promise < DeployContractResponse >_

Deploys a contract on Starknet

###### _DeclareContractResponse_
###### _DeployContractResponse_

```
{
Expand Down

0 comments on commit d73e826

Please sign in to comment.