Skip to content

Commit 78e246e

Browse files
authored
Merge branch 'main' into add-megaeth-l2-uptime
2 parents ea04401 + 2106147 commit 78e246e

File tree

16 files changed

+610
-121
lines changed

16 files changed

+610
-121
lines changed

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": {

0 commit comments

Comments
 (0)