Skip to content

Commit

Permalink
fix: update zksync testnet chainID (#92)
Browse files Browse the repository at this point in the history
**Changes made:**
- Updates zksync testnet chainID to be accurate, see:
https://docs.zksync.io/build/connect-to-zksync#sepolia-testnet-network-details

---------

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
  • Loading branch information
dutterbutter and DaniPopes authored Sep 20, 2024
1 parent 0f6ca19 commit 6bab3e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions assets/chains.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/named.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ pub enum NamedChain {
ZkSync = 324,
#[strum(to_string = "zksync-testnet")]
#[cfg_attr(feature = "serde", serde(alias = "zksync_testnet", alias = "zksync-testnet"))]
ZkSyncTestnet = 280,
ZkSyncTestnet = 300,

#[strum(to_string = "mantle")]
#[cfg_attr(feature = "serde", serde(alias = "mantle"))]
Expand Down

0 comments on commit 6bab3e2

Please sign in to comment.