-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,11 @@ import {ICrossChainBase_v1} from "../interfaces/ICrosschainBase_v1.sol"; | |
* @title Cross-chain Base Contract | ||
* @notice Abstract base contract providing core cross-chain functionality for payment | ||
* processors. | ||
* @dev This contract implements fundamental cross-chain operations and provides: | ||
* @dev This contract exposes fundamental cross-chain operations and provides: | ||
* - Bridge data storage and retrieval functionality | ||
* - Abstract interface for bridge transfer execution | ||
* - Integration with the Module_v1 base contract | ||
* - Implementation of ICrossChainBase_v1 interface | ||
* - ERC165 interface support for cross-chain functionality | ||
* @custom:security-contact [email protected] | ||
* In case of any concerns or findings, please refer to our | ||
* Security Policy at security.inverter.network or email us | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.