Skip to content

Commit

Permalink
update service limits
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa committed Jan 16, 2024
1 parent 1735ac4 commit b9b6a04
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions src/content/ccip/service-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ 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) | 2,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) | 2,000,000 |
| Maximum number of tokens | Maximum number of distinct tokens a user can transfer in a single transaction | 1 |
| Timeout | Maximum duration for the execution of a [CCIP message](/ccip/api-reference/client#evm2anymessage) | 8 hours |

### Version 1.0.0

Expand All @@ -38,21 +39,23 @@ import { Aside } from "@components"
[release notes](/ccip/release-notes) for a comprehensive overview of the enhancements and new features in v1.2.0.
</Aside>

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

## Testnet

### Version 1.2.0

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

### Version 1.0.0

Expand Down

0 comments on commit b9b6a04

Please sign in to comment.