Skip to content

Commit 621d5fa

Browse files
committed
clarifications
1 parent 24fb21f commit 621d5fa

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

reports/llms-report.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-11-11T14:41:29.067Z",
2+
"startedAt": "2025-11-11T14:46:04.493Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
77
"pagesProcessed": 84,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 633200,
10-
"prevBytes": 632196,
11-
"deltaBytes": 1004
9+
"bytes": 633220,
10+
"prevBytes": 633200,
11+
"deltaBytes": 20
1212
},
1313
{
1414
"section": "cre-ts",
1515
"pagesProcessed": 79,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 588666,
18-
"prevBytes": 587662,
19-
"deltaBytes": 1004
17+
"bytes": 588686,
18+
"prevBytes": 588666,
19+
"deltaBytes": 20
2020
},
2121
{
2222
"section": "vrf",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-11-11T14:41:34.337Z"
126+
"finishedAt": "2025-11-11T14:46:10.875Z"
127127
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7253,7 +7253,7 @@ For a complete step-by-step guide with examples, see [Linking Wallet Keys](/cre/
72537253
- **Must run from a project directory** with a `project.yaml` file
72547254
- **`.env` must contain `CRE_ETH_PRIVATE_KEY`** — Your wallet's private key
72557255
- **Wallet must be funded** with ETH on Ethereum Mainnet to pay gas fees
7256-
- **RPC endpoint configured** — Add an `ethereum-mainnet` RPC URL in your `project.yaml` under `networks` (e.g., `https://ethereum-rpc.publicnode.com` or your preferred provider)
7256+
- **RPC endpoint configured** — Add an `ethereum-mainnet` RPC URL in your `project.yaml` under the `rpcs` section for your target (e.g., `https://ethereum-rpc.publicnode.com` or your preferred provider)
72577257
- **For multi-sig wallets**: Also specify `workflow-owner-address` in your `project.yaml` under the `account` section. See [Linking Wallet Keys](/cre/organization/linking-keys#using-multi-sig-wallets) for details.
72587258
</Aside>
72597259

@@ -7262,7 +7262,7 @@ For a complete step-by-step guide with examples, see [Linking Wallet Keys](/cre/
72627262
This command always submits a transaction to **Ethereum Mainnet**, regardless of your workflow deployment environment. Ensure your wallet has sufficient ETH for gas fees and your `project.yaml` includes an RPC configuration for `ethereum-mainnet`:
72637263

72647264
```yaml
7265-
networks:
7265+
rpcs:
72667266
- chain-name: ethereum-mainnet
72677267
url: https://ethereum-rpc.publicnode.com # Or your preferred RPC provider
72687268
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5895,7 +5895,7 @@ For a complete step-by-step guide with examples, see [Linking Wallet Keys](/cre/
58955895
- **Must run from a project directory** with a `project.yaml` file
58965896
- **`.env` must contain `CRE_ETH_PRIVATE_KEY`** — Your wallet's private key
58975897
- **Wallet must be funded** with ETH on Ethereum Mainnet to pay gas fees
5898-
- **RPC endpoint configured** — Add an `ethereum-mainnet` RPC URL in your `project.yaml` under `networks` (e.g., `https://ethereum-rpc.publicnode.com` or your preferred provider)
5898+
- **RPC endpoint configured** — Add an `ethereum-mainnet` RPC URL in your `project.yaml` under the `rpcs` section for your target (e.g., `https://ethereum-rpc.publicnode.com` or your preferred provider)
58995899
- **For multi-sig wallets**: Also specify `workflow-owner-address` in your `project.yaml` under the `account` section. See [Linking Wallet Keys](/cre/organization/linking-keys#using-multi-sig-wallets) for details.
59005900
</Aside>
59015901

@@ -5904,7 +5904,7 @@ For a complete step-by-step guide with examples, see [Linking Wallet Keys](/cre/
59045904
This command always submits a transaction to **Ethereum Mainnet**, regardless of your workflow deployment environment. Ensure your wallet has sufficient ETH for gas fees and your `project.yaml` includes an RPC configuration for `ethereum-mainnet`:
59055905

59065906
```yaml
5907-
networks:
5907+
rpcs:
59085908
- chain-name: ethereum-mainnet
59095909
url: https://ethereum-rpc.publicnode.com # Or your preferred RPC provider
59105910
```

0 commit comments

Comments
 (0)