Skip to content

Commit e7d6438

Browse files
committed
replace command
1 parent f2a3d7d commit e7d6438

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/block-verification-in-parent-chain-assertion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "This tutorial shows how to verify whether a block has been processed as part of an RBlock assertion on the parent chain.",
55
"scripts": {
6-
"exec": "ts-node scripts/exec.ts"
6+
"exec": "hardhat run scripts/exec.js"
77
},
88
"dependencies": {
99
"@arbitrum/sdk": "^v4.0.1",

packages/gas-estimation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "Apache-2.0",
44
"version": "1.0.0",
55
"scripts": {
6-
"exec": "ts-node scripts/exec.ts"
6+
"exec": "hardhat run scripts/exec.js"
77
},
88
"dependencies": {
99
"@arbitrum/sdk": "^v4.0.1",

packages/parent-chain-confirmation-checker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"license": "Apache-2.0",
44
"version": "1.0.0",
55
"scripts": {
6-
"checkConfirmation": "yarn ts-node scripts/exec.ts --action checkConfirmation",
7-
"findSubmissionTx": "yarn ts-node scripts/exec.ts --action findSubmissionTx"
6+
"checkConfirmation": "yarn hardhat run scripts/exec.js --action checkConfirmation",
7+
"findSubmissionTx": "yarn hardhat run scripts/exec.js --action findSubmissionTx"
88
},
99
"dependencies": {
1010
"@arbitrum/sdk": "^v4.0.1",

0 commit comments

Comments
 (0)