We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065c51e commit 4c7306dCopy full SHA for 4c7306d
scripts/v1-nxm/v1-nxm-push.js
@@ -80,7 +80,7 @@ async function processV1NXM(provider, userMaxFeePerGasGwei, priorityFeeGwei, txP
80
if (require.main === module) {
81
const args = process.argv.slice(2);
82
if (args.length !== 3) {
83
- console.error('Usage: node v1-nxm-coordinator.js <maxGasFee> <priorityFee> <txPerBlock>');
+ console.error('Usage: npx hardhat run scripts/v1-nxm/v1-nxm-push.js -- <maxGasFee> <priorityFee> <txPerBlock>');
84
process.exit(1);
85
}
86
0 commit comments