Skip to content

Commit

Permalink
fix: resolves #2573
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jul 31, 2024
1 parent 39c0ce0 commit 55ef649
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/angry-swans-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Fixed chain config for `lisk`.
2 changes: 1 addition & 1 deletion src/chains/definitions/lisk.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { chainConfig } from '../../op-stack/chainConfig.js'
import { defineChain } from '../../utils/chain/defineChain.js'
import { chainConfig } from '../../zksync/chainConfig.js'

export const lisk = /*#__PURE__*/ defineChain({
...chainConfig,
Expand Down

0 comments on commit 55ef649

Please sign in to comment.