diff --git a/hardhat.config.ts b/hardhat.config.ts index e20cb30a3..a56ccaf37 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -53,7 +53,7 @@ export default { forking: enableMainnetForking ? { url: `https://eth-mainnet.alchemyapi.io/v2/${mainnetAlchemyApiKey}`, - blockNumber: 14541300 + blockNumber: 14551200 } : undefined }, diff --git a/test/integration/tests/fip-38-tokemak.ts b/test/integration/tests/fip-38-tokemak.ts index 94f2681cc..7d78c1764 100644 --- a/test/integration/tests/fip-38-tokemak.ts +++ b/test/integration/tests/fip-38-tokemak.ts @@ -14,7 +14,7 @@ const TOKEMAK_MANAGER_ROLLOVER_ADDRESS = '0x90b6C61B102eA260131aB48377E143D6EB3A const TOKEMAK_MANAGER_ADDRESS = '0xa86e412109f77c45a3bc1c5870b880492fb86a14'; // tokemak manager const IPFS_JSON_FILE_HASH = 'QmP4Vzg45jExr3mcNsx9xxV1fNft95uVzgZGeLtkBXgpkx'; -describe.only('e2e-fip-38-tokemak', function () { +describe('e2e-fip-38-tokemak', function () { let contracts: NamedContracts; let deployAddress: string; let e2eCoord: TestEndtoEndCoordinator;