From 022dcc32a23dadd48582d42151f3a1c0e7cf7ae8 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Thu, 25 Jul 2024 09:02:44 -0500 Subject: [PATCH] arg comment --- check/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/check/src/main.rs b/check/src/main.rs index 22d8883..5d6adb3 100644 --- a/check/src/main.rs +++ b/check/src/main.rs @@ -108,6 +108,7 @@ pub struct CacheConfig { /// Deployed and activated program address to cache. #[arg(long)] address: H160, + /// Address of the Stylus program cache manager on Arbitrum chains. #[arg(long, default_value = "0c9043d042ab52cfa8d0207459260040cca54253")] cache_manager_address: H160, /// Bid, in wei, to place on the desired program to cache