Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/unlucky-toys-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Deprecated `celoAlfajores` testnet chain definition and export due to chain being decommissioned with shutdown of Holešky.
2 changes: 1 addition & 1 deletion site/pages/docs/chains/celo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following Viem chains are implemented on Celo:
```ts
import {
celo, // [!code hl]
celoAlfajores, // [!code hl]
celoSepolia // [!code hl]
} from 'viem/chains'
```

Expand Down
1 change: 1 addition & 0 deletions src/chains/definitions/celoAlfajores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineChain } from '../../utils/chain/defineChain.js'
const sourceId = 17000 // holsky
// source https://storage.googleapis.com/cel2-rollup-files/alfajores/deployment-l1.json

/** @deprecated Use `celoSepolia` instead */
export const celoAlfajores = /*#__PURE__*/ defineChain({
...chainConfig,
id: 44_787,
Expand Down
Loading