We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the gas limit put in CCIP message in extraArgs is mutable because it is a contract variable with a setter function.
extraArgs
But you can not change directly the variable extraArgs which is a requirement to allow compatibility with future CCIP upgrades
See https://cll-devrel.gitbook.io/ccip-masterclass-4/getting-started/whats-new-in-ccip-v1.2#chainlink-ccip-v1.2.0-release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the gas limit put in CCIP message in
extraArgs
is mutable because it is a contract variable with a setter function.But you can not change directly the variable
extraArgs
which is a requirement to allow compatibility with future CCIP upgradesSee https://cll-devrel.gitbook.io/ccip-masterclass-4/getting-started/whats-new-in-ccip-v1.2#chainlink-ccip-v1.2.0-release
The text was updated successfully, but these errors were encountered: