Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ jobs:
- name: Check Internal Links
run: npm run linkcheck-internal
env:
NODE_OPTIONS: "--max-old-space-size=8192"

# Job 4: Check Types
typecheck:
Expand Down
20 changes: 10 additions & 10 deletions reports/llms-report.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"startedAt": "2025-11-19T17:59:11.211Z",
"startedAt": "2025-11-20T16:39:09.670Z",
"siteBase": "https://docs.chain.link",
"sections": [
{
"section": "cre-go",
"pagesProcessed": 84,
"pagesProcessed": 81,
"outputPath": "src/content/cre/llms-full-go.txt",
"bytes": 634954,
"prevBytes": 634936,
"deltaBytes": 18
"bytes": 638965,
"prevBytes": 634954,
"deltaBytes": 4011
},
{
"section": "cre-ts",
"pagesProcessed": 79,
"pagesProcessed": 76,
"outputPath": "src/content/cre/llms-full-ts.txt",
"bytes": 590375,
"prevBytes": 590357,
"deltaBytes": 18
"bytes": 594472,
"prevBytes": 590375,
"deltaBytes": 4097
},
{
"section": "vrf",
Expand Down Expand Up @@ -123,5 +123,5 @@
"deltaBytes": 0
}
],
"finishedAt": "2025-11-19T17:59:15.575Z"
"finishedAt": "2025-11-20T16:39:13.887Z"
}
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,15 @@ When you run `cre workflow simulate`, your workflow interacts with a **`MockKeys

### Forwarder address validation

You **can** configure the forwarder address check during simulation:
You **can** configure the forwarder address check during simulation using the **Mock Forwarder Address**:

```solidity
// Optional: Validate the MockKeystoneForwarder address during simulation
myConsumer.setForwarderAddress(0xMockForwarderAddress);
// Example: Use Mock Forwarder for Ethereum Sepolia simulation
myConsumer.setForwarderAddress(0x15fC6ae953E024d975e77382eEeC56A9101f9F88);
```

Find Mock Forwarder addresses for all networks in the [Supported Networks](/cre/guides/workflow/using-evm-client/supported-networks) page.

{/* prettier-ignore */}
<Aside type="caution" title="Important: Different addresses for simulation vs production">
The `MockKeystoneForwarder` address used during simulation is **different** from the `KeystoneForwarder` address used by deployed workflows. If you configure the forwarder address for simulation, remember to update it to the production `KeystoneForwarder` address after deploying. See [Supported Networks](/cre/guides/workflow/using-evm-client/supported-networks) for forwarder addresses.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

145 changes: 77 additions & 68 deletions src/content/cre/llms-full-go.txt

Large diffs are not rendered by default.

145 changes: 77 additions & 68 deletions src/content/cre/llms-full-ts.txt

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions src/content/cre/reference/general/forwarder-addresses.mdx

This file was deleted.

10 changes: 0 additions & 10 deletions src/content/cre/reference/general/index.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions src/content/cre/reference/general/limits.mdx

This file was deleted.

Loading