File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @across-protocol/app-sdk " : patch
3+ ---
4+
5+ Update fork blocks in sdk tests
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ export const FORK_URL_ARBITRUM = `https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY
5454export 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
6262export const TENDERLY_KEY = getMaybeEnv ( "VITE_TENDERLY_KEY" ) ;
6363export const MOCK_API = getMaybeEnv ( "VITE_MOCK_API" ) === "true" ;
You can’t perform that action at this time.
0 commit comments