Skip to content

Commit

Permalink
service limits
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa committed Feb 15, 2024
1 parent 192aa1c commit 8aaf2ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/content/ccip/service-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ import { Aside } from "@components"

### Version 1.2.0

| Item | Description | Limit |
| -------------------------------------------- | ---------------------------------------------------------------------------------------- | ----------------- |
| Maximum message `data` length | `data` payload sent within the [CCIP message](/ccip/api-reference/client#evm2anymessage) | 30 kilobytes |
| Message Gas Limit | User specified [gas limit](/ccip/api-reference/client#evmextraargsv1) | 3,000,000 |
| Maximum number of tokens | Maximum number of distinct tokens a user can transfer in a single transaction | 1 |
| Item | Description | Limit |
| -------------------------------------------- | ------------------------------------------------------------------------------------------------- | ----------------- |
| Maximum message `data` length | `data` payload sent within the [CCIP message](/ccip/api-reference/client#evm2anymessage) | 30 kilobytes |
| Message Gas Limit | User specified [gas limit](/ccip/api-reference/client#evmextraargsv1) | 3,000,000 |
| Maximum number of tokens | Maximum number of distinct tokens a user can transfer in a single transaction | 1 |
| Smart Execution timeframe | Maximum duration for the execution of a [CCIP message](/ccip/api-reference/client#evm2anymessage) | 8 hours |

0 comments on commit 8aaf2ac

Please sign in to comment.