Skip to content

Commit 4d9ac1f

Browse files
committed
llm gen
1 parent 1390c10 commit 4d9ac1f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

reports/llms-report.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"startedAt": "2025-12-10T15:52:58.901Z",
2+
"startedAt": "2025-12-11T12:22:09.628Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
@@ -14,9 +14,9 @@
1414
"section": "cre-ts",
1515
"pagesProcessed": 79,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 623539,
17+
"bytes": 623424,
1818
"prevBytes": 623539,
19-
"deltaBytes": 0
19+
"deltaBytes": -115
2020
},
2121
{
2222
"section": "vrf",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-10T15:53:03.063Z"
126+
"finishedAt": "2025-12-11T12:22:14.025Z"
127127
}

src/content/cre/llms-full-ts.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6999,17 +6999,17 @@ CRE uses the chain's native `safe` and `latest` block tags respectively for all
69996999

70007000
**FINALIZED:**
70017001

7002-
When you specify `FINALIZED` in your workflow, CRE automatically maps this to a native finality tag or a block depth threshold depending on the chain.
7003-
7004-
| Chain | Finality Method | Block Depth |
7005-
| ------------------------------- | ---------------------------- | ----------- |
7006-
| Arbitrum One / Arbitrum Sepolia | Native `finalized` tag | — |
7007-
| Avalanche / Avalanche Fuji | Native `finalized` tag | — |
7008-
| Base / Base Sepolia | Native `finalized` tag | — |
7009-
| BNB Chain / BNB Testnet | Native `finalized` tag | — |
7010-
| Ethereum / Ethereum Sepolia | Native `finalized` tag | — |
7011-
| OP Mainnet / OP Sepolia | Native `finalized` tag | — |
7012-
| Polygon / Polygon Amoy | Block depth (500 blocks ago) | 500 |
7002+
When you specify `FINALIZED` in your workflow, CRE automatically maps this to its finality method—whether it uses the native finality tag or block depth (with the number of blocks specified for block depth).
7003+
7004+
| Chain | Finality Method |
7005+
| ------------------------------- | ------------------------ |
7006+
| Arbitrum One / Arbitrum Sepolia | Native `finalized` tag |
7007+
| Avalanche / Avalanche Fuji | Native `finalized` tag |
7008+
| Base / Base Sepolia | Native `finalized` tag |
7009+
| BNB Chain / BNB Testnet | Native `finalized` tag |
7010+
| Ethereum / Ethereum Sepolia | Native `finalized` tag |
7011+
| OP Mainnet / OP Sepolia | Native `finalized` tag |
7012+
| Polygon / Polygon Amoy | Block depth (500 blocks) |
70137013

70147014
## Finality for chain reads
70157015

0 commit comments

Comments
 (0)