Skip to content

Commit

Permalink
chore: fix fmt (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite authored Aug 8, 2024
1 parent 990dc26 commit 03246db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/named.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1072,9 +1072,7 @@ impl NamedChain {
("https://api-sepolia.blastscan.io/api", "https://sepolia.blastscan.io")
}

C::ZkSync => {
("https://api-era.zksync.network/api", "https://era.zksync.network")
}
C::ZkSync => ("https://api-era.zksync.network/api", "https://era.zksync.network"),
C::ZkSyncTestnet => {
("https://api-sepolia-era.zksync.network/api", "https://sepolia-era.zksync.network")
}
Expand Down

0 comments on commit 03246db

Please sign in to comment.