From 9e2aa972db4ad14d9281c6b08d915bceb4cd9e93 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Wed, 8 Oct 2025 10:33:59 +0200 Subject: [PATCH] fix --- crates/ml-test-runner/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ml-test-runner/src/main.rs b/crates/ml-test-runner/src/main.rs index 5f59e6c..6ace67e 100644 --- a/crates/ml-test-runner/src/main.rs +++ b/crates/ml-test-runner/src/main.rs @@ -52,7 +52,7 @@ struct MlTestRunnerArgs { /// Private key to use for wallet initialization (hex string with or without 0x prefix) #[arg( long = "private-key", - default_value = "0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d" + default_value = "0x5fb92d6e98884f76de468fa3f6278f8807c48bebc13595d45af5bdc4da702133" )] private_key: String, }