Skip to content

Commit 50c805d

Browse files
authored
update fork blocks (#246)
1 parent b88df7a commit 50c805d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.changeset/rotten-games-promise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@across-protocol/app-sdk": patch
3+
---
4+
5+
Update fork blocks in sdk tests

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)