diff --git a/src/routes/v1/vault.ts b/src/routes/v1/vault.ts index 8cd173d..5cfd4aa 100644 --- a/src/routes/v1/vault.ts +++ b/src/routes/v1/vault.ts @@ -50,7 +50,7 @@ export default async function ( } const result = await asyncCache.wrap( - `vault:${chain}:${vault_id}:holders`, + `vault:${chain}:${vault_id}:${block_number}:holders`, 5 * 60 * 1000, async () => await getVaultHolders(chain, vault_id, BigInt(block_number)) );