From eccad49f533fc4f754167d61f12e17c6cc862d6b Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Wed, 22 Jan 2025 23:22:57 +0530 Subject: [PATCH] chore: increment cache key --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index d1cab614..472a348c 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,4 +1,4 @@ export const EMPTY_ADDRESS = '0x0000000000000000000000000000000000000000'; export const MAX_STRATEGIES = 10; export const APP_NAME = 'score-api'; -export const AWS_CACHE_KEY = '4'; +export const AWS_CACHE_KEY = '5';