[#1213] Server update

- endpoint updated to the latest and workable server
This commit is contained in:
Lukas Korba 2023-08-28 15:38:21 +02:00
parent 42214bd962
commit 6f8f7eb66b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ enum DemoAppConfig {
let seed: [UInt8]
}
static let host = ZcashSDK.isMainnet ? "lightwalletd.electriccoin.co" : "lightwalletd.testnet.electriccoin.co"
static let host = ZcashSDK.isMainnet ? "mainnet.lightwalletd.com" : "lightwalletd.testnet.electriccoin.co"
static let port: Int = 9067
static let defaultBirthdayHeight: BlockHeight = ZcashSDK.isMainnet ? 935000 : 1386000