Skip to content

Commit

Permalink
fix: correct block
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Jul 29, 2024
1 parent 9052084 commit a364794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/payloads/zksync/AddZkSyncPathTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@ abstract contract BaseAddZkSyncPathPayloadTest is ADITestBase {
predictedPayload.DESTINATION_CHAIN_BRIDGE_ADAPTER(),
deployedPayload.DESTINATION_CHAIN_BRIDGE_ADAPTER()
);
assertEq(_getDeployedPayload(), _getPayload());
}
}

contract EthereumAddZkSyncPathPayloadTest is
PayloadEthereumScript,
BaseAddZkSyncPathPayloadTest('ethereum', 20412168)
BaseAddZkSyncPathPayloadTest('ethereum', 20413186)
{
function _getDeployedPayload() internal pure override returns (address) {
return 0x65Cf9DE21c5F4377BF7E4d1421cEde57d9D5962A;
Expand Down

0 comments on commit a364794

Please sign in to comment.