From adba1c2ec276e330543c7ba6b08c9074c9a98125 Mon Sep 17 00:00:00 2001 From: Julian R Date: Thu, 26 Sep 2024 16:34:51 -0300 Subject: [PATCH] update arbitrum block --- test/plugins/individual-collateral/compoundv3/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugins/individual-collateral/compoundv3/constants.ts b/test/plugins/individual-collateral/compoundv3/constants.ts index 99af24181..4980d4ee0 100644 --- a/test/plugins/individual-collateral/compoundv3/constants.ts +++ b/test/plugins/individual-collateral/compoundv3/constants.ts @@ -52,7 +52,7 @@ const USDC_FORK_BLOCKS: { [key: string]: number } = { const USDT_FORK_BLOCKS: { [key: string]: number } = { '1': 20528446, '8453': 12292893, // not used - '42161': 227293528, + '42161': 247293528, } export const FORK_BLOCKS: { [key: string]: { [chainId: string]: number } } = {