Skip to content

Commit

Permalink
contracts-bedrock: add CrossL2Inbox to Artifacts.s.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Mar 22, 2024
1 parent 56387cd commit c76eb5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contracts-bedrock/scripts/Artifacts.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ abstract contract Artifacts {
return payable(Predeploys.SCHEMA_REGISTRY);
} else if (digest == keccak256(bytes("EAS"))) {
return payable(Predeploys.EAS);
} else if (digest == keccak256(bytes("CrossL2Inbox"))) {
return payable(Predeploys.CROSS_L2_INBOX);
}
return payable(address(0));
}
Expand Down

0 comments on commit c76eb5c

Please sign in to comment.