Skip to content

Commit

Permalink
[CHANGE] Update ZKSync config
Browse files Browse the repository at this point in the history
  • Loading branch information
dioKaratzas committed Aug 14, 2024
1 parent fca5ffe commit 31cc607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Web3SwiftTests/TestConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ struct TestConfig {
static let network = EthereumNetwork.sepolia

enum ZKSync {
static let chainId = 280
static let network = EthereumNetwork.custom("\(280)")
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")!
}
}

Expand Down

0 comments on commit 31cc607

Please sign in to comment.