ZcashLightClientKit/Sources/ZcashLightClientKit/Constants/WalletBirthday+testnet.swift

21 lines
550 B
Swift

//
// WalletBirthday+testnet.swift
// ZcashLightClientKit
//
// Created by Francisco Gindre on 7/28/21.
//
// swiftlint:disable line_length cyclomatic_complexity function_body_length
import Foundation
extension WalletBirthday {
static let testnetMin = WalletBirthday(
height: 280000,
hash: "000420e7fcc3a49d729479fb0b560dd7b8617b178a08e9e389620a9d1dd6361a",
time: 1535262293,
tree: "000000"
)
static let testnetCheckpointDirectory = Bundle.module.bundleURL.appendingPathComponent("saplingtree-checkpoints/testnet/")
}