Skip to content

Commit 33369f1

Browse files
committed
nit update dates
1 parent 93071dd commit 33369f1

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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:44:42.040Z",
2+
"startedAt": "2025-12-10T15:52:58.901Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
@@ -15,8 +15,8 @@
1515
"pagesProcessed": 79,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
1717
"bytes": 623539,
18-
"prevBytes": 624187,
19-
"deltaBytes": -648
18+
"prevBytes": 623539,
19+
"deltaBytes": 0
2020
},
2121
{
2222
"section": "vrf",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-10T15:44:46.121Z"
126+
"finishedAt": "2025-12-10T15:53:03.063Z"
127127
}

src/content/cre/concepts/finality-go.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sdkLang: "go"
66
pageId: "concepts-finality"
77
metadata:
88
description: "Understand how CRE handles blockchain finality across different chains, including confidence levels, finality tags, and block depth configurations."
9-
datePublished: "2025-12-04"
10-
lastModified: "2025-12-04"
9+
datePublished: "2025-12-10"
10+
lastModified: "2025-12-10"
1111
---
1212

1313
import { Aside, CopyText } from "@components"

src/content/cre/concepts/finality-ts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sdkLang: "ts"
66
pageId: "concepts-finality"
77
metadata:
88
description: "Understand how CRE handles blockchain finality across different chains, including confidence levels, finality tags, and block depth configurations."
9-
datePublished: "2025-12-04"
10-
lastModified: "2025-12-04"
9+
datePublished: "2025-12-10"
10+
lastModified: "2025-12-10"
1111
---
1212

1313
import { Aside, CopyText } from "@components"

src/content/cre/guides/workflow/using-evm-client/onchain-read-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: Last Modified
77
metadata:
88
description: "Read data from smart contracts in Go: learn to call view functions and fetch verified blockchain state in your workflows."
99
datePublished: "2025-11-04"
10-
lastModified: "2025-11-04"
10+
lastModified: "2025-12-10"
1111
---
1212

1313
import { Aside } from "@components"

src/content/cre/guides/workflow/using-evm-client/onchain-read-ts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: Last Modified
77
metadata:
88
description: "Read data from smart contracts in TypeScript: learn to call view functions and fetch verified blockchain state in your workflows."
99
datePublished: "2025-11-04"
10-
lastModified: "2025-11-04"
10+
lastModified: "2025-12-10"
1111
---
1212

1313
import { Aside } from "@components"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8325,7 +8325,7 @@ cre version v1.0.2
83258325

83268326
# Finality and Confidence Levels
83278327
Source: https://docs.chain.link/cre/concepts/finality-go
8328-
Last Updated: 2025-12-04
8328+
Last Updated: 2025-12-10
83298329

83308330
Finality determines when a blockchain transaction is considered irreversible. Until a block is finalized, it could be reorganized (replaced by a different block if the chain temporarily forks), which means any data you read from it might change.
83318331

@@ -10133,7 +10133,7 @@ func main() {
1013310133

1013410134
# Onchain Read
1013510135
Source: https://docs.chain.link/cre/guides/workflow/using-evm-client/onchain-read-go
10136-
Last Updated: 2025-11-04
10136+
Last Updated: 2025-12-10
1013710137

1013810138
This guide explains how to read data from a smart contract from within your CRE workflow. The process uses [generated bindings](/cre/guides/workflow/using-evm-client/generating-bindings) and the SDK's [`evm.Client`](/cre/reference/sdk/evm-client) to create a simple, type-safe developer experience.
1013910139

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6967,7 +6967,7 @@ cre version v1.0.2
69676967

69686968
# Finality and Confidence Levels
69696969
Source: https://docs.chain.link/cre/concepts/finality-ts
6970-
Last Updated: 2025-12-04
6970+
Last Updated: 2025-12-10
69716971

69726972
Finality determines when a blockchain transaction is considered irreversible. Until a block is finalized, it could be reorganized (replaced by a different block if the chain temporarily forks), which means any data you read from it might change.
69736973

@@ -8866,7 +8866,7 @@ main()
88668866

88678867
# Onchain Read
88688868
Source: https://docs.chain.link/cre/guides/workflow/using-evm-client/onchain-read-ts
8869-
Last Updated: 2025-11-04
8869+
Last Updated: 2025-12-10
88708870

88718871
This guide explains how to read data from a smart contract from within your CRE workflow. The TypeScript SDK uses [viem](https://viem.sh/) for ABI handling and the SDK's [`EVMClient`](/cre/reference/sdk/evm-client-ts) to create a type-safe developer experience.
88728872

0 commit comments

Comments
 (0)