Skip to content

Commit bc1537e

Browse files
authored
fix: Add fork blocks (#82)
1 parent eb81921 commit bc1537e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/staging/test/StagingDeployment.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ contract StagingDeploymentTestBase is Test {
111111
vm.setEnv("FOUNDRY_ROOT_CHAINID", "1");
112112

113113
// Domains and bridge
114-
mainnet = getChain("mainnet").createSelectFork();
115-
base = getChain("base").createFork();
114+
mainnet = getChain("mainnet").createSelectFork(21600000); // Jan 11, 2025
115+
base = getChain("base").createFork(24900000); // Jan 11, 2025
116116
cctpBridge = CCTPBridgeTesting.createCircleBridge(mainnet, base);
117117

118118
// JSON data

0 commit comments

Comments
 (0)