We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bea02 commit 457b608Copy full SHA for 457b608
contracts/predicate/scripts/run-predicate.ts
@@ -7,7 +7,7 @@ const BIN_PATH = resolve(__dirname, '../out/debug/predicate-app.bin');
7
const AMOUNT = 300_000;
8
9
if (!FUEL_PROVIDER || !PRIVATE_KEY) {
10
- throw new Error('Missing some config on your .env file');
+ throw new Error('Missing some config in .env file. Should have FUEL_PROVIDER and PRIVATE_KEY');
11
}
12
13
async function main() {
0 commit comments