Skip to content

Commit 6eb3119

Browse files
committed
update fork blocks
Signed-off-by: Gerhard Steenkamp <[email protected]>
1 parent b88df7a commit 6eb3119

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/sdk/test/common/constants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ export const FORK_URL_ARBITRUM = `https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY
5454
export const FORK_URL_SEPOLIA = `https://eth-sepolia.g.alchemy.com/v2/${ALCHEMY_KEY}`;
5555

5656
// FORK BLOCK NUMBERS
57-
export const BLOCK_NUMBER_OPTIMISM = BigInt(131833751);
58-
export const BLOCK_NUMBER_BASE = BigInt(26238472);
59-
export const BLOCK_NUMBER_MAINNET = BigInt(21915632);
60-
export const BLOCK_NUMBER_ARBITRUM = BigInt(309377890);
57+
export const BLOCK_NUMBER_OPTIMISM = BigInt(141042255);
58+
export const BLOCK_NUMBER_BASE = BigInt(35446991);
59+
export const BLOCK_NUMBER_MAINNET = BigInt(23347252);
60+
export const BLOCK_NUMBER_ARBITRUM = BigInt(378381418);
6161

6262
export const TENDERLY_KEY = getMaybeEnv("VITE_TENDERLY_KEY");
6363
export const MOCK_API = getMaybeEnv("VITE_MOCK_API") === "true";

0 commit comments

Comments
 (0)