Skip to content

Commit 2a8b126

Browse files
committed
Revert "fix: change the exec command from ts-node to hardhat"
This reverts commit c78305f.
1 parent c78305f commit 2a8b126

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "hardhat run scripts/exec.js"
6+
"exec": "ts-node scripts/exec.ts"
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": "hardhat run scripts/exec.js"
6+
"exec": "ts-node scripts/exec.ts"
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 hardhat run scripts/exec.js --action checkConfirmation",
7-
"findSubmissionTx": "yarn hardhat run scripts/exec.js --action findSubmissionTx"
6+
"checkConfirmation": "yarn ts-node scripts/exec.ts --action checkConfirmation",
7+
"findSubmissionTx": "yarn ts-node scripts/exec.ts --action findSubmissionTx"
88
},
99
"dependencies": {
1010
"@arbitrum/sdk": "^v4.0.1",

0 commit comments

Comments
 (0)