Skip to content

Commit

Permalink
Add CORN max gas limit (#2271)
Browse files Browse the repository at this point in the history
* Add CORN max gas limit

* review feedback
  • Loading branch information
thedriftofwords authored Jan 23, 2025
1 parent 208643c commit 44af63b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/ccip/service-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import CcipCommon from "@features/ccip/CcipCommon.astro"
| Item | Description | Limit |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| Maximum message `data` length | `data` payload sent within the [CCIP message](/ccip/api-reference/v1.5.1/client#evm2anymessage) | 30 kilobytes |
| Message Gas Limit | User specified [gas limit](/ccip/api-reference/v1.5.1/client#evmextraargsv1) | 3,000,000 |
| Maximum number of tokens | Maximum number of distinct tokens a user can transfer in a single transaction | 1 |
| Message&nbsp;Execution&nbsp;Gas&nbsp;Limit | User specified [gas limit](/ccip/api-reference/v1.5.1/client#evmextraargsv1)<br/> <br/> Exception: Lanes originating from CORN have a maximum gas limit of 500,000. | 3,000,000 |
| Maximum&nbsp;number&nbsp;of&nbsp;tokens | Maximum number of distinct tokens a user can transfer in a single transaction. | 1 |
| Smart Execution time window | Maximum duration for the execution of a [CCIP message](/ccip/api-reference/v1.5.1/client#evm2anymessage) | 8 hours |
| Token&nbsp;Pool&nbsp;Execution&nbsp;Gas&nbsp;Limit | Maximum gas for executing the combined steps in token pools during cross-chain transfers, including: (1) `balanceOf` check before minting/releasing, (2) `releaseOrMint` function, and (3) `balanceOf` check after minting/releasing. For more details on building custom token pools and handling gas constraints, refer to the [Token Pools documentation](/ccip/concepts/cross-chain-tokens#requirements-for-token-pools). | 90,000 |

Expand All @@ -34,7 +34,7 @@ import CcipCommon from "@features/ccip/CcipCommon.astro"
| Item | Description | Limit |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| Maximum&nbsp;message&nbsp;`data`&nbsp;length | `data` payload sent within the [CCIP message](/ccip/api-reference/v1.5.1/client#evm2anymessage) | 30&nbsp;kilobytes |
| Message&nbsp;Gas&nbsp;Limit | User specified [gas limit](/ccip/api-reference/v1.5.1/client#evmextraargsv1) | 3,000,000 |
| Message&nbsp;Execution&nbsp;Gas&nbsp;Limit | User specified [gas limit](/ccip/api-reference/v1.5.1/client#evmextraargsv1)<br/> <br/> Exception: Lanes originating from CORN have a maximum gas limit of 500,000. | 3,000,000 |
| Maximum&nbsp;number&nbsp;of&nbsp;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/v1.5.1/client#evm2anymessage) | 8 hours |
| Token&nbsp;Pool&nbsp;Execution&nbsp;Gas&nbsp;Limit | Maximum gas for executing the combined steps in token pools during cross-chain transfers, including: (1) `balanceOf` check before minting/releasing, (2) `releaseOrMint` function, and (3) `balanceOf` check after minting/releasing. For more details on building custom token pools and handling gas constraints, refer to the [Token Pools documentation](/ccip/concepts/cross-chain-tokens#requirements-for-token-pools). | 90,000 |

0 comments on commit 44af63b

Please sign in to comment.