Skip to content

Commit

Permalink
feat: deprecate lineaGoerli (#3213)
Browse files Browse the repository at this point in the history
* Fix LineaTestnet definition

* deprecate lineaGoerli

* reverting lineaTestnet definition changes

* Create six-emus-beam.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
Gwen-M and jxom authored Jan 11, 2025
1 parent 8160d42 commit 6b44506
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/six-emus-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Deprecated Linea Goerli chain.
3 changes: 2 additions & 1 deletion src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,10 @@ export { lavita } from './definitions/lavita.js'
export { lightlinkPegasus } from './definitions/lightlinkPegasus.js'
export { lightlinkPhoenix } from './definitions/lightlinkPhoenix.js'
export { linea } from './definitions/linea.js'
/** @deprecated Use `lineaSepolia` instead. */
export { lineaGoerli } from './definitions/lineaGoerli.js'
export { lineaSepolia } from './definitions/lineaSepolia.js'
/** @deprecated Use `lineaGoerli` instead. */
/** @deprecated Use `lineaSepolia` instead. */
export { lineaTestnet } from './definitions/lineaTestnet.js'
export { lisk } from './definitions/lisk.js'
export { liskSepolia } from './definitions/liskSepolia.js'
Expand Down

0 comments on commit 6b44506

Please sign in to comment.