We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e4350 commit 6e1d719Copy full SHA for 6e1d719
Tests/Web3SwiftTests/TestConfig.swift
@@ -36,9 +36,9 @@ struct TestConfig {
36
static let network = EthereumNetwork.sepolia
37
38
enum ZKSync {
39
- static let chainId = 280
40
- static let network = EthereumNetwork.custom("\(280)")
41
- static let clientURL = URL(string: "https://zksync2-testnet.zksync.dev")!
+ static let chainId = 300
+ static let network = EthereumNetwork.custom("\(300)")
+ static let clientURL = URL(string: "https://sepolia.era.zksync.dev")!
42
}
43
44
0 commit comments