Skip to content

Commit

Permalink
Update Bridge.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Nov 7, 2024
1 parent c4b10b0 commit 1f623a8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/protocol/test/shared/bridge/Bridge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ contract BridgeTest is TaikoTest {
resolver.setAddress(destChainId, "bridge", address(destChainBridge));
resolver.setAddress(destChainId, "taiko", address(uint160(123)));
resolver.setAddress(destChainId, "bridge_watchdog", address(uint160(123)));

// register(
// address(resolver), "signal_service", address(signalServiceNoProofCheck), destChainId
// );

// register(address(resolver), "bridge", address(destChainBridge), destChainId);

// register(address(resolver), "taiko", address(uint160(123)), destChainId);

// register(address(resolver), "bridge_watchdog", address(uint160(123)), destChainId);

vm.stopPrank();
}

Expand Down

0 comments on commit 1f623a8

Please sign in to comment.