Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Mar 16, 2024
1 parent 81d13d3 commit fddeb27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ contract DeployBytecodeRouter is BaseScript {
// Well-known static address
IMailbox mailbox = IMailbox(0xfFAEF09B3cd11D9b20d1a19bECca54EEC2884766);
// Taken as a recipient deployment artifact, dynamic
// BytecodeRecipient recipient = BytecodeRecipient(payable(0xD0B7BFE8bc7a635Ce2E514c1b4Eb5C9238Ef9998));
// router = new BytecodeRouter(mailbox, recipient);
router = new BytecodeRouter(mailbox);
}
}

0 comments on commit fddeb27

Please sign in to comment.