Skip to content

Commit 2106147

Browse files
authored
CLI & TS sdk 1.0.7 + new testnet ntwks support (#3415)
* cli & ts sdk 1.0.7 & new testnet ntwks support * cli & ts sdk 1.0.7 & new testnet ntwks support * cli & ts sdk 1.0.7 & new testnet ntwks support
1 parent 0faa26a commit 2106147

14 files changed

Lines changed: 285 additions & 116 deletions

File tree

public/assets/chains/arc.svg

Lines changed: 14 additions & 0 deletions
Loading

public/changelog.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"displayName": "Arbitrum",
2525
"iconUrl": "https://docs.chain.link/assets/chains/arbitrum.svg"
2626
},
27+
"arc": {
28+
"displayName": "Arc",
29+
"iconUrl": "https://docs.chain.link/assets/chains/arc.svg"
30+
},
2731
"astar": {
2832
"displayName": "Astar",
2933
"iconUrl": "https://docs.chain.link/assets/chains/astar.svg"
@@ -358,6 +362,28 @@
358362
}
359363
},
360364
"data": [
365+
{
366+
"category": "integration",
367+
"date": "2026-01-29",
368+
"description": "CRE now supports additional testnets for workflow simulation: Apechain Curtis, Arc Testnet, Hyperliquid Testnet, Ink Sepolia, Jovay Testnet, Linea Sepolia, Plasma Testnet, and World Chain Sepolia.\n\nSee the [Supported Networks](https://docs.chain.link/cre/guides/workflow/using-evm-client/supported-networks) page for chain names and configuration details.",
369+
"relatedNetworks": ["apechain", "arc", "hyperliquid", "ink", "jovay", "linea", "plasma", "worldchain"],
370+
"title": "CRE Expands Testnet Support",
371+
"topic": "CRE"
372+
},
373+
{
374+
"category": "release",
375+
"date": "2026-01-29",
376+
"description": "CRE CLI version 1.0.7 is now available with internal improvements and updates to the bundled TypeScript SDK (now v1.0.7).\n\nUpdate your CLI by running `cre update` when prompted, or follow the [CLI Installation guide](https://docs.chain.link/cre/getting-started/cli-installation) for fresh installations.\n\n[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.0.6...v1.0.7)",
377+
"title": "CRE CLI v1.0.7",
378+
"topic": "CRE"
379+
},
380+
{
381+
"category": "release",
382+
"date": "2026-01-29",
383+
"description": "TypeScript SDK version 1.0.7 is now available with internal improvements.\n\n[See all changes on GitHub](https://github.com/smartcontractkit/cre-sdk-typescript/compare/v1.0.5...v1.0.7)",
384+
"title": "CRE TS SDK v1.0.7",
385+
"topic": "CRE"
386+
},
361387
{
362388
"category": "release",
363389
"date": "2026-01-28",

src/components/DownloadButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const DownloadButton = () => {
1515
}
1616

1717
const handleClick = () => {
18-
window.open("https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.6", "_blank", "noopener,noreferrer")
18+
window.open("https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.7", "_blank", "noopener,noreferrer")
1919
}
2020

2121
const handleMouseOver = (e) => {

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export const productChainLinks: ProductChainLinks = {
116116
ethereum: "/cre/guides/workflow/using-evm-client/supported-networks",
117117
optimism: "/cre/guides/workflow/using-evm-client/supported-networks",
118118
polygon: "/cre/guides/workflow/using-evm-client/supported-networks",
119+
zksync: "/cre/guides/workflow/using-evm-client/supported-networks",
119120
},
120121
},
121122
"Data Feeds": {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ title: "Installing the CRE CLI on macOS and Linux"
55
metadata:
66
description: "Install the CRE CLI on macOS or Linux: choose automatic script or manual setup, verify integrity, and get ready to build workflows."
77
datePublished: "2025-11-04"
8-
lastModified: "2026-01-21"
8+
lastModified: "2026-01-29"
99
---
1010

1111
import { Aside, CopyText, PageTabs } from "@components"
1212
import { DownloadButton } from "~/components/DownloadButton.tsx"
1313

14-
This page explains how to install the CRE CLI on macOS or Linux. The recommended version at the time of writing is **v1.0.6**.
14+
This page explains how to install the CRE CLI on macOS or Linux. The recommended version at the time of writing is **v1.0.7**.
1515

1616
<PageTabs
1717
pages={[
@@ -66,7 +66,7 @@ After the script completes, verify the installation:
6666
cre version
6767
```
6868

69-
**Expected output:** `cre version v1.0.6`
69+
**Expected output:** `cre version v1.0.7`
7070

7171
<Aside type="note" title="macOS Gatekeeper">
7272
If you see warnings about "unrecognized developer/source" on macOS, run:{" "}
@@ -120,11 +120,11 @@ shasum -a 256 cre_darwin_arm64.zip
120120
Compare the output with the official checksum from the [CRE CLI releases page](https://github.com/smartcontractkit/cre-cli/releases):
121121

122122
1. Go to https://github.com/smartcontractkit/cre-cli/releases
123-
2. Find the release version you downloaded (e.g., v1.0.6)
124-
3. Under the **Assets** section, locate your downloaded file
125-
4. Compare the SHA-256 checksum shown next to the file with your command output
123+
1. Find the release version you downloaded (e.g., v1.0.7)
124+
1. Under the **Assets** section, locate your downloaded file
125+
1. Compare the SHA-256 checksum shown next to the file with your command output
126126

127-
**Example:** For `cre_darwin_arm64.zip` in release v1.0.6, you'll see something like:
127+
**Example:** For `cre_darwin_arm64.zip` in release v1.0.7, you'll see something like:
128128

129129
```
130130
cre_darwin_arm64.zip
@@ -154,7 +154,7 @@ If the checksums match, the file is authentic and safe to install. If they don't
154154
1. **Rename the extracted binary to `cre`**
155155

156156
```bash
157-
mv cre_v1.0.6_darwin_arm64 cre
157+
mv cre_v1.0.7_darwin_arm64 cre
158158
```
159159

160160
1. **Make it executable**:
@@ -227,7 +227,7 @@ cre version
227227

228228
**Expected output:**
229229

230-
You should see version information: `cre version v1.0.6`.
230+
You should see version information: `cre version v1.0.7`.
231231

232232
**If it doesn't work:**
233233

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ title: "Installing the CRE CLI on Windows"
55
metadata:
66
description: "Install the CRE CLI on Windows: use PowerShell for quick setup or manual installation, verify integrity, and start building workflows."
77
datePublished: "2025-11-04"
8-
lastModified: "2026-01-21"
8+
lastModified: "2026-01-29"
99
---
1010

1111
import { Aside, CopyText, PageTabs } from "@components"
1212
import { DownloadButton } from "~/components/DownloadButton.tsx"
1313

14-
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.6**.
14+
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.7**.
1515

1616
<PageTabs
1717
pages={[
@@ -65,7 +65,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
6565
cre version
6666
```
6767

68-
**Expected output:** `cre version v1.0.6`
68+
**Expected output:** `cre version v1.0.7`
6969

7070
### Manual installation
7171

@@ -96,11 +96,11 @@ Get-FileHash cre_windows_amd64.zip -Algorithm SHA256
9696
Compare the `Hash` value in the output with the official checksum from the [CRE CLI releases page](https://github.com/smartcontractkit/cre-cli/releases):
9797

9898
1. Go to https://github.com/smartcontractkit/cre-cli/releases
99-
2. Find the release version you downloaded (e.g., v1.0.6)
99+
2. Find the release version you downloaded (e.g., v1.0.7)
100100
3. Under the **Assets** section, locate `cre_windows_amd64.zip`
101101
4. Compare the SHA-256 checksum shown next to the file with the `Hash` value from your PowerShell output
102102

103-
**Example:** For `cre_windows_amd64.zip` in release v1.0.6, you'll see something like:
103+
**Example:** For `cre_windows_amd64.zip` in release v1.0.7, you'll see something like:
104104

105105
```
106106
cre_windows_amd64.zip
@@ -114,7 +114,7 @@ If the checksums match, the file is authentic and safe to install. If they don't
114114
1. Navigate to the directory where you downloaded the archive.
115115
1. Right-click the `.zip` file and select **Extract All...**.
116116
1. Choose a permanent location for the extracted folder (e.g., `C:\Program Files\cre-cli`).
117-
1. Inside the extracted folder, rename the file `cre_v1.0.6_windows_amd64.exe` to `cre.exe`.
117+
1. Inside the extracted folder, rename the file `cre_v1.0.7_windows_amd64.exe` to `cre.exe`.
118118

119119
#### 3. Add the CLI to your PATH
120120

@@ -139,7 +139,7 @@ Open a new **PowerShell** or **Command Prompt** window and run:
139139
cre version
140140
```
141141

142-
You should see version information: `cre version v1.0.6`.
142+
You should see version information: `cre version v1.0.7`.
143143

144144
## Next steps
145145

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

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pageId: "evm-supported-networks"
77
metadata:
88
description: "Learn which EVM networks are supported for read and write operations in CRE workflows."
99
datePublished: "2025-11-04"
10-
lastModified: "2026-01-22"
10+
lastModified: "2026-01-29"
1111
---
1212

1313
import { Aside, CopyText } from "@components"
@@ -60,16 +60,24 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
6060

6161
### Simulation Testnets
6262

63-
| Network | Chain Name | Mock Forwarder Address |
64-
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------ |
65-
| <a href="https://sepolia.arbiscan.io/address/0xd41263567ddfead91504199b8c6c87371e83ca5d" target="_blank" rel="noopener noreferrer">Arbitrum Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-arbitrum-1" code/> | <CopyText text="0xd41263567ddfead91504199b8c6c87371e83ca5d" code/> |
66-
| <a href="https://testnet.snowscan.xyz/address/0x2e7371a5d032489e4f60216d8d898a4c10805963" target="_blank" rel="noopener noreferrer">Avalanche Fuji</a> | <CopyText text="avalanche-testnet-fuji" code/> | <CopyText text="0x2e7371a5d032489e4f60216d8d898a4c10805963" code/> |
67-
| <a href="https://sepolia.basescan.org/address/0x82300bd7c3958625581cc2f77bc6464dcecdf3e5" target="_blank" rel="noopener noreferrer">Base Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-base-1" code/> | <CopyText text="0x82300bd7c3958625581cc2f77bc6464dcecdf3e5" code/> |
68-
| <a href="https://testnet.bscscan.com/address/0xa238e42cb8782808dbb2f37e19859244ec4779b0" target="_blank" rel="noopener noreferrer">BNB Chain Testnet</a> | <CopyText text="binance_smart_chain-testnet" code/> | <CopyText text="0xa238e42cb8782808dbb2f37e19859244ec4779b0" code/> |
69-
| <a href="https://sepolia.etherscan.io/address/0x15fC6ae953E024d975e77382eEeC56A9101f9F88" target="_blank" rel="noopener noreferrer">Ethereum Sepolia</a> | <CopyText text="ethereum-testnet-sepolia" code/> | <CopyText text="0x15fC6ae953E024d975e77382eEeC56A9101f9F88" code/> |
70-
| <a href="https://sepolia-optimism.etherscan.io/address/0xa2888380dff3704a8ab6d1cd1a8f69c15fea5ee3" target="_blank" rel="noopener noreferrer">OP Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-optimism-1" code/> | <CopyText text="0xa2888380dff3704a8ab6d1cd1a8f69c15fea5ee3" code/> |
71-
| <a href="https://amoy.polygonscan.com/address/0x3675a5eb2286a3f87e8278fc66edf458a2e3bb74" target="_blank" rel="noopener noreferrer">Polygon Amoy</a> | <CopyText text="polygon-testnet-amoy" code/> | <CopyText text="0x3675a5eb2286a3f87e8278fc66edf458a2e3bb74" code/> |
72-
| <a href="https://sepolia.explorer.zksync.io/address/0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" target="_blank" rel="noopener noreferrer">ZKSync Era Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-zksync-1" code/> | <CopyText text="0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" code/> |
63+
| Network | Chain Name | Mock Forwarder Address |
64+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------------ |
65+
| <a href="https://explorer.curtis.apechain.com/address/0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" target="_blank" rel="noopener noreferrer">Apechain Curtis</a> | <CopyText text="apechain-testnet-curtis" code/> | <CopyText text="0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" code/> |
66+
| <a href="https://testnet.arcscan.app/address/0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" target="_blank" rel="noopener noreferrer">Arc Testnet</a> | <CopyText text="arc-testnet" code/> | <CopyText text="0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" code/> |
67+
| <a href="https://sepolia.arbiscan.io/address/0xd41263567ddfead91504199b8c6c87371e83ca5d" target="_blank" rel="noopener noreferrer">Arbitrum Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-arbitrum-1" code/> | <CopyText text="0xd41263567ddfead91504199b8c6c87371e83ca5d" code/> |
68+
| <a href="https://testnet.snowscan.xyz/address/0x2e7371a5d032489e4f60216d8d898a4c10805963" target="_blank" rel="noopener noreferrer">Avalanche Fuji</a> | <CopyText text="avalanche-testnet-fuji" code/> | <CopyText text="0x2e7371a5d032489e4f60216d8d898a4c10805963" code/> |
69+
| <a href="https://sepolia.basescan.org/address/0x82300bd7c3958625581cc2f77bc6464dcecdf3e5" target="_blank" rel="noopener noreferrer">Base Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-base-1" code/> | <CopyText text="0x82300bd7c3958625581cc2f77bc6464dcecdf3e5" code/> |
70+
| <a href="https://testnet.bscscan.com/address/0xa238e42cb8782808dbb2f37e19859244ec4779b0" target="_blank" rel="noopener noreferrer">BNB Chain Testnet</a> | <CopyText text="binance_smart_chain-testnet" code/> | <CopyText text="0xa238e42cb8782808dbb2f37e19859244ec4779b0" code/> |
71+
| <a href="https://sepolia.etherscan.io/address/0x15fC6ae953E024d975e77382eEeC56A9101f9F88" target="_blank" rel="noopener noreferrer">Ethereum Sepolia</a> | <CopyText text="ethereum-testnet-sepolia" code/> | <CopyText text="0x15fC6ae953E024d975e77382eEeC56A9101f9F88" code/> |
72+
| <a href="https://testnet.purrsec.com/address/0xB27fA1c28288c50542527F64BCda22C9FbAc24CB" target="_blank" rel="noopener noreferrer">Hyperliquid Testnet</a> | <CopyText text="hyperliquid-testnet" code/> | <CopyText text="0xB27fA1c28288c50542527F64BCda22C9FbAc24CB" code/> |
73+
| <a href="https://explorer-sepolia.inkonchain.com/address/0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" target="_blank" rel="noopener noreferrer">Ink Sepolia</a> | <CopyText text="ink-testnet-sepolia" code/> | <CopyText text="0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" code/> |
74+
| <a href="https://sepolia-explorer.jovay.io/l2/address/0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" target="_blank" rel="noopener noreferrer">Jovay Testnet</a> | <CopyText text="jovay-testnet" code/> | <CopyText text="0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" code/> |
75+
| <a href="https://sepolia.lineascan.build/address/0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" target="_blank" rel="noopener noreferrer">Linea Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-linea-1" code/> | <CopyText text="0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" code/> |
76+
| <a href="https://sepolia-optimism.etherscan.io/address/0xa2888380dff3704a8ab6d1cd1a8f69c15fea5ee3" target="_blank" rel="noopener noreferrer">OP Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-optimism-1" code/> | <CopyText text="0xa2888380dff3704a8ab6d1cd1a8f69c15fea5ee3" code/> |
77+
| <a href="https://testnet.plasmascan.to/address/0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" target="_blank" rel="noopener noreferrer">Plasma Testnet</a> | <CopyText text="plasma-testnet" code/> | <CopyText text="0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" code/> |
78+
| <a href="https://amoy.polygonscan.com/address/0x3675a5eb2286a3f87e8278fc66edf458a2e3bb74" target="_blank" rel="noopener noreferrer">Polygon Amoy</a> | <CopyText text="polygon-testnet-amoy" code/> | <CopyText text="0x3675a5eb2286a3f87e8278fc66edf458a2e3bb74" code/> |
79+
| <a href="https://sepolia.worldscan.org/address/0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" target="_blank" rel="noopener noreferrer">World Chain Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-worldchain-1" code/> | <CopyText text="0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" code/> |
80+
| <a href="https://sepolia.explorer.zksync.io/address/0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" target="_blank" rel="noopener noreferrer">ZKSync Era Sepolia</a> | <CopyText text="ethereum-testnet-sepolia-zksync-1" code/> | <CopyText text="0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1" code/> |
7381

7482
## Production Forwarders
7583

0 commit comments

Comments
 (0)