Skip to content

Commit 457b608

Browse files
Update contracts/predicate/scripts/run-predicate.ts
Co-authored-by: Luiz Gomes - LuizAsFight.eth <8636507+LuizAsFight@users.noreply.github.com>
1 parent 05bea02 commit 457b608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/predicate/scripts/run-predicate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const BIN_PATH = resolve(__dirname, '../out/debug/predicate-app.bin');
77
const AMOUNT = 300_000;
88

99
if (!FUEL_PROVIDER || !PRIVATE_KEY) {
10-
throw new Error('Missing some config on your .env file');
10+
throw new Error('Missing some config in .env file. Should have FUEL_PROVIDER and PRIVATE_KEY');
1111
}
1212

1313
async function main() {

0 commit comments

Comments
 (0)