[#814] Server update (#815)

- endpoint updated to the latest and workable server
This commit is contained in:
Lukas Korba 2023-08-29 10:25:19 +02:00 committed by GitHub
parent 9b2463a370
commit a73a57aee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ extension DependencyValues {
extension ZcashSDKEnvironment {
public enum ZcashSDKConstants {
static let endpointMainnetAddress = "lightwalletd.electriccoin.co"
static let endpointMainnetAddress = "mainnet.lightwalletd.com"
static let endpointTestnetAddress = "lightwalletd.testnet.electriccoin.co"
static let endpointPort = 9067
static let mnemonicWordsMaxCount = 24