Skip to content

Commit

Permalink
fix: sophon testnet chain (#2674)
Browse files Browse the repository at this point in the history
* fix: sophon testnet chain

* Update rude-maps-play.md

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
Haypierre and jxom authored Aug 31, 2024
1 parent 5c25859 commit 962d369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-maps-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added ZKsync config to Sophon testnet chain.
2 changes: 2 additions & 0 deletions src/chains/definitions/sophonTestnet.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineChain } from '../../utils/chain/defineChain.js'
import { chainConfig } from '../../zksync/chainConfig.js'

export const sophonTestnet = /*#__PURE__*/ defineChain({
...chainConfig,
id: 531_050_104,
name: 'Sophon Testnet',
nativeCurrency: {
Expand Down

0 comments on commit 962d369

Please sign in to comment.