Skip to content

Commit 63d87e4

Browse files
committed
Update Aptos Service Limits
1 parent 1407c51 commit 63d87e4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/content/ccip/service-limits/aptos.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ These limits apply to messages sent from an EVM-compatible chain to the Aptos bl
2727
| Message execution gas limit | The user-specified `gasLimit` in `extraArgs` for the execution of the `ccip_receive` function on Aptos. | 100,000 gas |
2828
| Maximum number of tokens | The maximum number of distinct tokens that can be transferred in a single transaction. | 1 |
2929
| Smart Execution time window | The maximum duration that CCIP will attempt to automatically execute a message on Aptos before manual execution is required. | 8 hours |
30-
| Token pool execution gas limit | The default gas overhead allocated for a standard token transfer operation on Aptos when a message is received from an EVM chain. | 36 gas |
30+
| Token pool execution gas limit | The default gas overhead allocated for a standard token transfer operation on Aptos when a message is received from an EVM chain. | 10,000 gas |
3131
| Out of Order execution | The `allowOutOfOrderExecution` parameter in the `extraArgs` of a CCIP message from an EVM chain. | Must be `true` |
3232

3333
## Aptos to EVM
3434

3535
These limits apply to messages sent from the Aptos blockchain to an EVM-compatible chain.
3636

37-
| Item | Description | Limit |
38-
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------- | :------------- |
39-
| Maximum message data length | The `data` payload sent within the [CCIP message](/ccip/api-reference/aptos/v1.6.0/messages#aptos2anymessage). | 30,000 bytes |
40-
| Message execution gas limit | The user-specified `gasLimit` in `extraArgs` for the execution of the `ccipReceive` function on the destination EVM chain. | 100,000 gas |
41-
| Maximum number of tokens | The maximum number of distinct tokens that can be transferred in a single transaction. | 1 |
42-
| Smart Execution time window | The maximum duration for the execution of a CCIP message on the destination EVM chain. | 8 hours |
43-
| Token pool execution gas limit | The default gas overhead for executing token pool logic on the destination EVM chain for a standard token transfer. | 36 gas |
44-
| Out of Order execution | The `allow_out_of_order_execution` parameter in the `extraArgs` of a CCIP message from Aptos. | Must be `true` |
37+
| Item | Description | Limit |
38+
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------- |
39+
| Maximum message data length | The `data` payload sent within the [CCIP message](/ccip/api-reference/aptos/v1.6.0/messages#aptos2anymessage). | 30,000 bytes |
40+
| Message execution gas limit | The user-specified `gasLimit` in `extraArgs` for the execution of the `ccipReceive` function on the destination EVM chain. | 3,000,000 gas |
41+
| Maximum number of tokens | The maximum number of distinct tokens that can be transferred in a single transaction. | 1 |
42+
| Smart Execution time window | The maximum duration for the execution of a CCIP message on the destination EVM chain. | 8 hours |
43+
| Token pool execution gas limit | The default gas overhead for executing token pool logic on the destination EVM chain for a standard token transfer. | 90,000 gas |
44+
| Out of Order execution | The `allow_out_of_order_execution` parameter in the `extraArgs` of a CCIP message from Aptos. | Must be `true` for zk-chains, can be `true`/`false` for non-zk chains |

0 commit comments

Comments
 (0)