Skip to content

Commit

Permalink
fix: updated rolled fork
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Aug 3, 2023
1 parent 12a781c commit da61dc7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/test/StateBridge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ contract StateBridgeTest is PRBTest, StdCheats {
mainnetFork = vm.createFork(MAINNET_RPC_URL);

vm.selectFork(mainnetFork);
/// @notice Roll the fork to the block where both Optimim's and Base's crossDomainMessenger contract is deployed
vm.rollFork(17482143);
/// @notice Roll the fork to a block where both Optimim's and Base's crossDomainMessenger contract is deployed
/// @notice and the Base crossDomainMessenger ResolvedDelegateProxy target address is initialized
vm.rollFork(17711915);


if (block.chainid == 1) {
opCrossDomainMessengerAddress = address(0x25ace71c97B33Cc4729CF772ae268934F7ab5fA1);
Expand Down

0 comments on commit da61dc7

Please sign in to comment.