Skip to content

Commit 38ea325

Browse files
authored
Update binary location (#3267)
* update binary location * update binary location
1 parent cad1f80 commit 38ea325

File tree

6 files changed

+83
-37
lines changed

6 files changed

+83
-37
lines changed

reports/llms-report.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-12-08T14:07:09.016Z",
2+
"startedAt": "2025-12-08T23:38:57.949Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
77
"pagesProcessed": 83,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 651667,
10-
"prevBytes": 651944,
11-
"deltaBytes": -277
9+
"bytes": 651595,
10+
"prevBytes": 651667,
11+
"deltaBytes": -72
1212
},
1313
{
1414
"section": "cre-ts",
1515
"pagesProcessed": 78,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 607170,
18-
"prevBytes": 607447,
19-
"deltaBytes": -277
17+
"bytes": 607098,
18+
"prevBytes": 607170,
19+
"deltaBytes": -72
2020
},
2121
{
2222
"section": "vrf",
@@ -31,8 +31,8 @@
3131
"pagesProcessed": 260,
3232
"outputPath": "src/content/ccip/llms-full.txt",
3333
"bytes": 2849877,
34-
"prevBytes": 2849781,
35-
"deltaBytes": 96
34+
"prevBytes": 2849877,
35+
"deltaBytes": 0
3636
},
3737
{
3838
"section": "data-feeds",
@@ -86,9 +86,9 @@
8686
"section": "resources",
8787
"pagesProcessed": 12,
8888
"outputPath": "src/content/resources/llms-full.txt",
89-
"bytes": 331970,
89+
"bytes": 338205,
9090
"prevBytes": 331970,
91-
"deltaBytes": 0
91+
"deltaBytes": 6235
9292
},
9393
{
9494
"section": "architecture-overview",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-08T14:07:12.967Z"
126+
"finishedAt": "2025-12-08T23:39:02.321Z"
127127
}

src/content/cre/getting-started/cli-installation/macos-linux.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This script will:
5757
- Detect your operating system and architecture automatically
5858
- Download the correct binary for your system
5959
- Verify the binary's integrity
60-
- Install it to `/usr/local/bin` (or prompt you for a custom location)
60+
- Install it to `$HOME/.cre`
6161
- Make the binary executable
6262

6363
After the script completes, verify the installation:
@@ -70,7 +70,7 @@ cre version
7070

7171
<Aside type="note" title="macOS Gatekeeper">
7272
If you see warnings about "unrecognized developer/source" on macOS, run:{" "}
73-
<CopyText text="xattr -c /usr/local/bin/cre" code />
73+
<CopyText text="xattr -c $HOME/.cre/cre" code />
7474
</Aside>
7575

7676
### Manual installation
@@ -221,8 +221,8 @@ You should see version information: `cre version v1.0.2`.
221221
**If it doesn't work:**
222222

223223
- Make sure you opened a **new terminal window** after making PATH changes
224-
- Check the binary location: `which cre` should return `/usr/local/bin/cre` (or your custom path)
225-
- Check that the binary has execute permissions: `ls -la /usr/local/bin/cre`
224+
- Check the binary location: `which cre` should return the path to your installation
225+
- Check that the binary has execute permissions: `ls -la $(which cre)`
226226
- Verify your PATH includes the correct directory: `echo $PATH`
227227

228228
#### 5. Confirm your PATH (troubleshooting)

src/content/cre/getting-started/cli-installation/windows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This script will:
5656

5757
- Download the correct binary for Windows
5858
- Verify the binary's integrity
59-
- Install it to a location in your PATH
59+
- Install it to `$HOME/.cre`
6060
- Make the binary executable
6161

6262
After the script completes, **open a new PowerShell window** and verify the installation:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ This script will:
553553
- Detect your operating system and architecture automatically
554554
- Download the correct binary for your system
555555
- Verify the binary's integrity
556-
- Install it to `/usr/local/bin` (or prompt you for a custom location)
556+
- Install it to `$HOME/.cre`
557557
- Make the binary executable
558558

559559
After the script completes, verify the installation:
@@ -711,8 +711,8 @@ You should see version information: `cre version v1.0.2`.
711711
**If it doesn't work:**
712712

713713
- Make sure you opened a **new terminal window** after making PATH changes
714-
- Check the binary location: `which cre` should return `/usr/local/bin/cre` (or your custom path)
715-
- Check that the binary has execute permissions: `ls -la /usr/local/bin/cre`
714+
- Check the binary location: `which cre` should return the path to your installation
715+
- Check that the binary has execute permissions: `ls -la $(which cre)`
716716
- Verify your PATH includes the correct directory: `echo $PATH`
717717

718718
#### 5. Confirm your PATH (troubleshooting)
@@ -766,7 +766,7 @@ This script will:
766766

767767
- Download the correct binary for Windows
768768
- Verify the binary's integrity
769-
- Install it to a location in your PATH
769+
- Install it to `$HOME/.cre`
770770
- Make the binary executable
771771

772772
After the script completes, **open a new PowerShell window** and verify the installation:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ This script will:
553553
- Detect your operating system and architecture automatically
554554
- Download the correct binary for your system
555555
- Verify the binary's integrity
556-
- Install it to `/usr/local/bin` (or prompt you for a custom location)
556+
- Install it to `$HOME/.cre`
557557
- Make the binary executable
558558

559559
After the script completes, verify the installation:
@@ -711,8 +711,8 @@ You should see version information: `cre version v1.0.2`.
711711
**If it doesn't work:**
712712

713713
- Make sure you opened a **new terminal window** after making PATH changes
714-
- Check the binary location: `which cre` should return `/usr/local/bin/cre` (or your custom path)
715-
- Check that the binary has execute permissions: `ls -la /usr/local/bin/cre`
714+
- Check the binary location: `which cre` should return the path to your installation
715+
- Check that the binary has execute permissions: `ls -la $(which cre)`
716716
- Verify your PATH includes the correct directory: `echo $PATH`
717717

718718
#### 5. Confirm your PATH (troubleshooting)
@@ -766,7 +766,7 @@ This script will:
766766

767767
- Download the correct binary for Windows
768768
- Verify the binary's integrity
769-
- Install it to a location in your PATH
769+
- Install it to `$HOME/.cre`
770770
- Make the binary executable
771771

772772
After the script completes, **open a new PowerShell window** and verify the installation:

src/content/resources/llms-full.txt

Lines changed: 58 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,18 @@ Testnet Native and LINK is available at [faucets.chain.link/hedera-testnet](http
15341534
| Symbol | LINK |
15351535
| Decimals | 18 |
15361536

1537+
## <img src="/assets/chains/henesys.svg" style="height: 24px; width: auto; margin-right: 8px;" />Henesys
1538+
1539+
### Henesys Mainnet
1540+
1541+
| Parameter | Value |
1542+
| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1543+
| Chain ID | `68414` |
1544+
| Address | <Address contractUrl="https://subnets.avax.network/henesys/address/0x76a443768A5e3B8d1AED0105FC250877841Deb40" urlId="68414_0x76a443768A5e3B8d1AED0105FC250877841Deb40" urlClass="erc-token-address" /> |
1545+
| Name | Chainlink Token on Nexon Henesys Mainnet |
1546+
| Symbol | LINK |
1547+
| Decimals | 18 |
1548+
15371549
## <img src="/assets/chains/hyperliquid.svg" style="height: 24px; width: auto; margin-right: 8px;" />HyperEVM
15381550

15391551
### HyperEVM Mainnet
@@ -1590,6 +1602,28 @@ Testnet Native and LINK is available at [faucets.chain.link/hedera-testnet](http
15901602
| Symbol | LINK |
15911603
| Decimals | 18 |
15921604

1605+
## <img src="/assets/chains/jovay.svg" style="height: 24px; width: auto; margin-right: 8px;" />Jovay
1606+
1607+
### Jovay Mainnet
1608+
1609+
| Parameter | Value |
1610+
| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1611+
| Chain ID | `5734951` |
1612+
| Address | <Address contractUrl="https://explorer.jovay.io/l2/address/0x76a443768A5e3B8d1AED0105FC250877841Deb40" urlId="5734951_0x76a443768A5e3B8d1AED0105FC250877841Deb40" urlClass="erc-token-address" /> |
1613+
| Name | Chainlink Token on Jovay Mainnet |
1614+
| Symbol | LINK |
1615+
| Decimals | 18 |
1616+
1617+
### Jovay Sepolia Testnet
1618+
1619+
| Parameter | Value |
1620+
| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1621+
| Chain ID | `2019775` |
1622+
| Address | <Address contractUrl="https://sepolia-explorer.jovay.io/l2/address/0xd3e461C55676B10634a5F81b747c324B85686Dd1" urlId="2019775_0xd3e461C55676B10634a5F81b747c324B85686Dd1" urlClass="erc-token-address" /> |
1623+
| Name | Chainlink Token on Jovay Sepolia Testnet |
1624+
| Symbol | LINK |
1625+
| Decimals | 18 |
1626+
15931627
## <img src="/assets/chains/kaia.svg" style="height: 24px; width: auto; margin-right: 8px;" />Kaia
15941628

15951629
### Kaia Mainnet
@@ -1977,6 +2011,18 @@ MOVR is used to pay transaction fees on Moonriver Mainnet.
19772011
| Decimals | 18 |
19782012
| Network status | [moonscan.freshstatus.io](https://moonscan.freshstatus.io/) |
19792013

2014+
## <img src="/assets/chains/morph.svg" style="height: 24px; width: auto; margin-right: 8px;" />Morph
2015+
2016+
### Morph Mainnet
2017+
2018+
| Parameter | Value |
2019+
| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2020+
| Chain ID | `2818` |
2021+
| Address | <Address contractUrl="https://explorer.morphl2.io/address/0x76a443768A5e3B8d1AED0105FC250877841Deb40" urlId="2818_0x76a443768A5e3B8d1AED0105FC250877841Deb40" urlClass="erc-token-address" /> |
2022+
| Name | Chainlink Token on Morph Mainnet |
2023+
| Symbol | LINK |
2024+
| Decimals | 18 |
2025+
19802026
## <img src="/assets/chains/neox.svg" style="height: 24px; width: auto; margin-right: 8px;" />Neo X
19812027

19822028
### Neo X Mainnet
@@ -1999,18 +2045,6 @@ MOVR is used to pay transaction fees on Moonriver Mainnet.
19992045
| Symbol | LINK |
20002046
| Decimals | 18 |
20012047

2002-
## <img src="/assets/chains/henesys.svg" style="height: 24px; width: auto; margin-right: 8px;" />Henesys
2003-
2004-
### Henesys Mainnet
2005-
2006-
| Parameter | Value |
2007-
| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
2008-
| Chain ID | `68414` |
2009-
| Address | <Address contractUrl="https://subnets.avax.network/henesys/address/0x76a443768A5e3B8d1AED0105FC250877841Deb40" urlId="68414_0x76a443768A5e3B8d1AED0105FC250877841Deb40" urlClass="erc-token-address" /> |
2010-
| Name | Chainlink Token on Nexon Henesys Mainnet |
2011-
| Symbol | LINK |
2012-
| Decimals | 18 |
2013-
20142048
## <img src="/assets/chains/opbnb.svg" style="height: 24px; width: auto; margin-right: 8px;" />OPBNB
20152049

20162050
### OPBNB Mainnet
@@ -2425,6 +2459,18 @@ Testnet S is used to pay for transactions on Sonic Blaze testnet.
24252459
| Symbol | LINK |
24262460
| Decimals | 18 |
24272461

2462+
## <img src="/assets/chains/stable.svg" style="height: 24px; width: auto; margin-right: 8px;" />Stable
2463+
2464+
### Stable Mainnet
2465+
2466+
| Parameter | Value |
2467+
| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2468+
| Chain ID | `988` |
2469+
| Address | <Address contractUrl="https://stablescan.xyz/address/0x985FB0821Eef0056ec26DD8b33dC61b9415B7F4b" urlId="988_0x985FB0821Eef0056ec26DD8b33dC61b9415B7F4b" urlClass="erc-token-address" /> |
2470+
| Name | Chainlink Token on Stable Mainnet |
2471+
| Symbol | LINK |
2472+
| Decimals | 18 |
2473+
24282474
## <img src="/assets/chains/starknet.svg" style="height: 24px; width: auto; margin-right: 8px;" />Starknet
24292475

24302476
### Starknet Mainnet

0 commit comments

Comments
 (0)