Skip to content

Commit 955bf2d

Browse files
committed
nit
1 parent 4008702 commit 955bf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/ccip/SenderContractCallout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This example is simplified for educational purposes. For production code, please
99

1010
- **Understand `allowOutOfOrderExecution` Usage**: This example sets `allowOutOfOrderExecution` to `true` (see [GenericExtraArgsV2](/ccip/api-reference/evm/v1.6.0/client#genericextraargsv2)). Read the [Best Practices: Setting `allowOutOfOrderExecution`](/ccip/concepts/best-practices/evm#setting-allowoutoforderexecution) to learn more about this parameter.
1111

12-
- **Understand CCIP Service Limits**: Be aware of the [CCIP Service Limits](/ccip/service-limits/evm) on items such as message data size, execution gas, and the number of tokens per transaction. If your requirements exceed these limits, you may need to [contact the Chainlink Labs Team](https://chain.link/ccip-contact).
12+
- **Understand CCIP Service Limits**: Review the [CCIP Service Limits](/ccip/service-limits) for constraints on message data size, execution gas, and the number of tokens per transaction. If your requirements exceed these limits, you may need to [contact the Chainlink Labs Team](https://chain.link/ccip-contact).
1313

1414
Following these best practices ensures that your contract is robust, future-proof, and compliant with CCIP standards.
1515

0 commit comments

Comments
 (0)