Skip to content

Commit 4c7306d

Browse files
committed
Fix usage docs on v1-nxm-push
1 parent 065c51e commit 4c7306d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/v1-nxm/v1-nxm-push.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function processV1NXM(provider, userMaxFeePerGasGwei, priorityFeeGwei, txP
8080
if (require.main === module) {
8181
const args = process.argv.slice(2);
8282
if (args.length !== 3) {
83-
console.error('Usage: node v1-nxm-coordinator.js <maxGasFee> <priorityFee> <txPerBlock>');
83+
console.error('Usage: npx hardhat run scripts/v1-nxm/v1-nxm-push.js -- <maxGasFee> <priorityFee> <txPerBlock>');
8484
process.exit(1);
8585
}
8686

0 commit comments

Comments
 (0)