Skip to content

Commit f96a1c7

Browse files
author
Alexandra Tran
committed
Merge branch 'main' into plugin-api-poc
2 parents f3db267 + 2ca9a1f commit f96a1c7

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)