From 6eb31195d9184b06762b03e76d954a890f0119f7 Mon Sep 17 00:00:00 2001 From: Gerhard Steenkamp Date: Fri, 12 Sep 2025 15:27:21 +0200 Subject: [PATCH 1/2] update fork blocks Signed-off-by: Gerhard Steenkamp --- packages/sdk/test/common/constants.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/sdk/test/common/constants.ts b/packages/sdk/test/common/constants.ts index 161c855..b621880 100644 --- a/packages/sdk/test/common/constants.ts +++ b/packages/sdk/test/common/constants.ts @@ -54,10 +54,10 @@ export const FORK_URL_ARBITRUM = `https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY export const FORK_URL_SEPOLIA = `https://eth-sepolia.g.alchemy.com/v2/${ALCHEMY_KEY}`; // FORK BLOCK NUMBERS -export const BLOCK_NUMBER_OPTIMISM = BigInt(131833751); -export const BLOCK_NUMBER_BASE = BigInt(26238472); -export const BLOCK_NUMBER_MAINNET = BigInt(21915632); -export const BLOCK_NUMBER_ARBITRUM = BigInt(309377890); +export const BLOCK_NUMBER_OPTIMISM = BigInt(141042255); +export const BLOCK_NUMBER_BASE = BigInt(35446991); +export const BLOCK_NUMBER_MAINNET = BigInt(23347252); +export const BLOCK_NUMBER_ARBITRUM = BigInt(378381418); export const TENDERLY_KEY = getMaybeEnv("VITE_TENDERLY_KEY"); export const MOCK_API = getMaybeEnv("VITE_MOCK_API") === "true"; From 44de918b161a62a0c7034ad3c6241da7aa8c86f3 Mon Sep 17 00:00:00 2001 From: Gerhard Steenkamp Date: Mon, 15 Sep 2025 10:54:34 +0200 Subject: [PATCH 2/2] add changeset Signed-off-by: Gerhard Steenkamp --- .changeset/rotten-games-promise.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rotten-games-promise.md diff --git a/.changeset/rotten-games-promise.md b/.changeset/rotten-games-promise.md new file mode 100644 index 0000000..56f0264 --- /dev/null +++ b/.changeset/rotten-games-promise.md @@ -0,0 +1,5 @@ +--- +"@across-protocol/app-sdk": patch +--- + +Update fork blocks in sdk tests