From da8883fccbfb9e1cfc3f8697a43e44ea4756af5f Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Thu, 15 Feb 2024 11:05:54 -0500 Subject: [PATCH] Update CachingUtils.ts --- src/utils/CachingUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/CachingUtils.ts b/src/utils/CachingUtils.ts index c445e470..d2a78efb 100644 --- a/src/utils/CachingUtils.ts +++ b/src/utils/CachingUtils.ts @@ -47,7 +47,7 @@ export async function setDepositInCache( /** * Resolves the key for caching a bridge event. - * @param bridgeEvent The depositId, and originChainId are used to generate the key for v2, and the + * @param bridgeEvent The depositId, and originChainId are used to generate the key for v2, and the * full V3 relay hash is used for v3 events.. * @returns The key for caching the event. */