-
Notifications
You must be signed in to change notification settings - Fork 1
Add COMP to CCIP #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add COMP to CCIP #148
Conversation
…are/collateral-extension
…tware/comet into woof-software/collateral-extension
RoninBridgeReceiver fix
…omet into woof-software/add-ronin-wron-market
constructor(address l2Router_) { | ||
l2Router = l2Router_; | ||
} |
Check warning
Code scanning / Semgrep OSS
Semgrep Finding: compound.solidity.missing-constructor-sanity-checks Warning
constructor(address l2Router_) { | ||
l2Router = l2Router_; | ||
} |
Check notice
Code scanning / Semgrep OSS
Semgrep Finding: rules.solidity.performance.non-payable-constructor Note
} | ||
|
||
function toAddress(bytes memory data) public pure returns (address addr) { | ||
require(data.length >= 20, "Invalid data length"); |
Check notice
Code scanning / Semgrep OSS
Semgrep Finding: rules.solidity.performance.use-custom-error-not-require Note
to describe the error in detail using NatSpec.
No description provided.