Skip to content

Commit

Permalink
remove cross l2 inbox
Browse files Browse the repository at this point in the history
  • Loading branch information
RnkSngh committed Nov 22, 2024
1 parent 6c06841 commit d0923e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
78 changes: 0 additions & 78 deletions contracts/core/CrossL2Inbox.sol

This file was deleted.

3 changes: 1 addition & 2 deletions contracts/libs/PolymerProofs.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pragma solidity ^0.8.0;
*/
library PolymerProofs {
function receiptProofKey(bytes32 clientId, uint64 height) internal pure returns (bytes memory proofKey) {
// {chainId}/trustedReceiptRoot/{height}
proofKey = abi.encodePacked(clientId, "/trustedReceiptRoot/", height);
proofKey = abi.encodePacked("polyibc/client/", clientId, "/receiptRoot/", height);
}
}

0 comments on commit d0923e6

Please sign in to comment.