Skip to content

Commit

Permalink
Fixed deposit parameter (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Dec 31, 2024
1 parent a64f6b0 commit ba9c841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3.tutorials/auction/1.3-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ We are now ready to start bidding by calling the `bid` function on the contract.

```bash
# call the contract to bid
near call <contractId> bid --accountId <bidderId> --depositYocto 1
near call <contractId> bid --accountId <bidderId> --deposit 1

# get the highest bid
near view <contractId> get_highest_bid
Expand All @@ -138,4 +138,4 @@ Do not use testnet as your **only way** to test contracts. Always test your cont

Generally, you will use the CLI only to deploy and initialize the contract. Afterward, all interactions will be made from a frontend. This is why in the [next section](./2.1-frontend.md) we'll move on to creating a frontend to interact with the contract.

:::
:::

0 comments on commit ba9c841

Please sign in to comment.