From 22213c53b11fd3a0b4aa64e3f83cfd3531d4b0dc Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Thu, 18 Jan 2024 16:21:21 -0800 Subject: [PATCH] log --- client/src/request.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/request.rs b/client/src/request.rs index 6d2ef6dc..1e8320c7 100644 --- a/client/src/request.rs +++ b/client/src/request.rs @@ -386,6 +386,11 @@ impl SuccinctClient { let client = Arc::new(SignerMiddleware::new(provider, wallet.clone())); let address = get_gateway_address(succinct_proof_data.chain_id); + info!( + "Could not find canonical gateway address for chain {}", + succinct_proof_data.chain_id + ); + // If gateway_address is provided, use that instead of the canonical gateway address. let mut gateway_address = gateway_address.or(address).expect( "Gateway address must be provided when relaying a proof in local mode