Skip to content

Commit 2050507

Browse files
committed
Merge branch 'downgrade' of github.com:smartcontractkit/documentation into downgrade
2 parents 1c3be04 + 1cf82f1 commit 2050507

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

reports/llms-report.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"startedAt": "2025-11-20T22:30:43.693Z",
2+
"startedAt": "2025-11-21T10:34:40.607Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-11-20T22:30:47.787Z"
126+
"finishedAt": "2025-11-21T10:34:46.399Z"
127127
}

src/content/ccip/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Last Updated: 2025-05-19
384384

385385
| Item | Description | Limit |
386386
| :------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------- | :----------- |
387-
| Maximum message data length | The total payload for the message (includes the user specified message.data as well as the accounts, Bitmap, token transfer data) | 640 bytes |
387+
| Maximum message data length | The total payload for the message (includes the user specified message.data as well as the accounts, Bitmap, token transfer data) | 1280 bytes |
388388
| Message execution compute units limit | User specified compute units limit. Mandatory to be set | 400,000 CU |
389389
| Maximum number of tokens | Maximum number of distinct tokens a user can transfer in a single transaction. | 1 |
390390
| Smart Execution time window | Maximum duration CCIP will attempt automatic execution of message | 8 hours |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import CcipCommon from "@features/ccip/CcipCommon.astro"
2121

2222
| Item | Description | Limit |
2323
| :------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------- | :----------- |
24-
| Maximum message data length | The total payload for the message (includes the user specified message.data as well as the accounts, Bitmap, token transfer data) | 640 bytes |
24+
| Maximum message data length | The total payload for the message (includes the user specified message.data as well as the accounts, Bitmap, token transfer data) | 1280 bytes |
2525
| Message execution compute units limit | User specified compute units limit. Mandatory to be set | 400,000 CU |
2626
| Maximum number of tokens | Maximum number of distinct tokens a user can transfer in a single transaction. | 1 |
2727
| Smart Execution time window | Maximum duration CCIP will attempt automatic execution of message | 8 hours |

0 commit comments

Comments
 (0)