Merge pull request #1214 from LukasKorba/1213-Server-update

[#1213] Server update
This commit is contained in:
Kris Nuttycombe 2023-08-28 08:35:16 -06:00 committed by GitHub
commit c2b904e89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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