Skip to content

Commit 94cb40a

Browse files
committed
restructure supported networks & add Mock contracts
1 parent f3f81a9 commit 94cb40a

File tree

9 files changed

+311
-247
lines changed

9 files changed

+311
-247
lines changed

reports/llms-report.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-11-19T17:59:11.211Z",
2+
"startedAt": "2025-11-20T16:39:09.670Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
7-
"pagesProcessed": 84,
7+
"pagesProcessed": 81,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 634954,
10-
"prevBytes": 634936,
11-
"deltaBytes": 18
9+
"bytes": 638965,
10+
"prevBytes": 634954,
11+
"deltaBytes": 4011
1212
},
1313
{
1414
"section": "cre-ts",
15-
"pagesProcessed": 79,
15+
"pagesProcessed": 76,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 590375,
18-
"prevBytes": 590357,
19-
"deltaBytes": 18
17+
"bytes": 594472,
18+
"prevBytes": 590375,
19+
"deltaBytes": 4097
2020
},
2121
{
2222
"section": "vrf",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-11-19T17:59:15.575Z"
126+
"finishedAt": "2025-11-20T16:39:13.887Z"
127127
}

src/content/cre/guides/workflow/using-evm-client/onchain-write/building-consumer-contracts.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,15 @@ When you run `cre workflow simulate`, your workflow interacts with a **`MockKeys
318318

319319
### Forwarder address validation
320320

321-
You **can** configure the forwarder address check during simulation:
321+
You **can** configure the forwarder address check during simulation using the **Mock Forwarder Address**:
322322

323323
```solidity
324-
// Optional: Validate the MockKeystoneForwarder address during simulation
325-
myConsumer.setForwarderAddress(0xMockForwarderAddress);
324+
// Example: Use Mock Forwarder for Ethereum Sepolia simulation
325+
myConsumer.setForwarderAddress(0x15fC6ae953E024d975e77382eEeC56A9101f9F88);
326326
```
327327

328+
Find Mock Forwarder addresses for all networks in the [Supported Networks](/cre/guides/workflow/using-evm-client/supported-networks) page.
329+
328330
{/* prettier-ignore */}
329331
<Aside type="caution" title="Important: Different addresses for simulation vs production">
330332
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.

src/content/cre/guides/workflow/using-evm-client/supported-networks-go.mdx

Lines changed: 71 additions & 32 deletions
Large diffs are not rendered by default.

src/content/cre/guides/workflow/using-evm-client/supported-networks-ts.mdx

Lines changed: 71 additions & 32 deletions
Large diffs are not rendered by default.

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

Lines changed: 77 additions & 68 deletions
Large diffs are not rendered by default.

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

Lines changed: 77 additions & 68 deletions
Large diffs are not rendered by default.

src/content/cre/reference/general/forwarder-addresses.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/content/cre/reference/general/index.mdx

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/content/cre/reference/general/limits.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)