File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/private-networks/tutorials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,9 +266,9 @@ Navigate to the `smart_contracts` directory and deploy the public transaction:
266266``` bash
267267cd smart_contracts
268268npm 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
274274This 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
310310cd smart_contracts
311311npm install
312- node scripts/public/eth_tx .js
312+ node scripts/public/hre_eth_tx .js
313313```
314314
315315The output is as follows:
You can’t perform that action at this time.
0 commit comments