Skip to content

Commit

Permalink
Merge pull request NomicFoundation#4679 from lilpolymath/patch-1
Browse files Browse the repository at this point in the history
Docs: update lockedAmount
  • Loading branch information
fvictorio authored Dec 27, 2023
2 parents 9584cb3 + bea4cce commit f6d9076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/hardhat-runner/docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ You can run it using `npx hardhat run`:

```
$ npx hardhat run scripts/deploy.ts
Lock with 1 ETH deployed to: 0x5FbDB2315678afecb367f032d93F642f64180aa3
Lock with 0.001ETH deployed to: 0x5FbDB2315678afecb367f032d93F642f64180aa3
```

:::
Expand All @@ -282,7 +282,7 @@ Lock with 1 ETH deployed to: 0x5FbDB2315678afecb367f032d93F642f64180aa3

```
$ npx hardhat run scripts/deploy.js
Lock with 1 ETH deployed to: 0x5FbDB2315678afecb367f032d93F642f64180aa3
Lock with 0.001ETH deployed to: 0x5FbDB2315678afecb367f032d93F642f64180aa3
```

:::
Expand Down

0 comments on commit f6d9076

Please sign in to comment.