Skip to content

Commit 2ca9a1f

Browse files
authored
Update tutorial with correct file (#1557)
* update correct location Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> * update correct doc Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> * Update quickstart.md Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> --------- Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com>
1 parent 911b412 commit 2ca9a1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/private-networks/tutorials/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ Navigate to the `smart_contracts` directory and deploy the public transaction:
266266
```bash
267267
cd smart_contracts
268268
npm install
269-
node scripts/public/public_tx.js
269+
node scripts/public/hre_1559_public_tx.js
270270
# or via ethers
271-
node scripts/public/public_tx_ethers.js
271+
node scripts/public/hre_public_tx.js
272272
```
273273

274274
This deploys the contract and sends an arbitrary value (`47`) from `Member1` to `Member3`. The script then performs:
@@ -309,7 +309,7 @@ and deploy the `eth_tx` transaction:
309309
```bash
310310
cd smart_contracts
311311
npm install
312-
node scripts/public/eth_tx.js
312+
node scripts/public/hre_eth_tx.js
313313
```
314314
315315
The output is as follows:

0 commit comments

Comments
 (0)