Skip to content

Commit 6e1d719

Browse files
committed
[CHANGE] Update ZKSync config
1 parent e7e4350 commit 6e1d719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Web3SwiftTests/TestConfig.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ struct TestConfig {
3636
static let network = EthereumNetwork.sepolia
3737

3838
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")!
39+
static let chainId = 300
40+
static let network = EthereumNetwork.custom("\(300)")
41+
static let clientURL = URL(string: "https://sepolia.era.zksync.dev")!
4242
}
4343
}
4444

0 commit comments

Comments
 (0)