-
Notifications
You must be signed in to change notification settings - Fork 51
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
Feat/productionize examples #1035
Conversation
… the non-native fee token
Go solidity wrappers are out-of-date, regenerate them via the |
Go solidity wrappers are out-of-date, regenerate them via the |
contracts/src/v0.8/ccip/applications/external/CCIPClientBase.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/ccip/applications/external/CCIPClientBase.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/ccip/applications/external/CCIPClientBase.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/ccip/applications/external/CCIPClientBase.sol
Outdated
Show resolved
Hide resolved
…resolving merge conflicts
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR was closed because it has been stalled for 10 days with no activity. |
Motivation
To help end users implement CCIP, we need canonical code that
Solution
The examples and reference contracts have been refactored to better reflect these principles and simplify the process of building CCIP-compliant examples.
The following contracts have been created
CCIPSend
message parameters can be configured and utilized.There are also various other contracts