Skip to content

Commit 8649fc4

Browse files
update web3auth network type
1 parent 6fbf281 commit 8649fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/mpc-core-kit-swift/core/Web3AuthOptions.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
import Foundation
2-
import FetchNodeDetails
2+
import SingleFactorAuth
33

44
public class Web3AuthOptions {
55
public let web3AuthClientId: String
66
public let manualSync: Bool
7-
public let web3AuthNetwork: TorusNetwork
7+
public let web3AuthNetwork: Web3AuthNetwork
88
public let storageKey: String?
99
public let sessionTime: Int?
1010
public let disableHashFactor: Bool
1111
public let localStorage: ILocalStorage
1212
public let overwriteMetadataUrl: String?
1313

14-
public init(web3AuthClientId: String, manualSync: Bool, web3AuthNetwork: TorusNetwork, localStorage: ILocalStorage, storageKey: String? = "local", sessionTime: Int? = 86000, disableHashFactor: Bool = false, overwriteMetadataUrl : String? = nil) {
14+
public init(web3AuthClientId: String, manualSync: Bool, web3AuthNetwork: Web3AuthNetwork, localStorage: ILocalStorage, storageKey: String? = "local", sessionTime: Int? = 86000, disableHashFactor: Bool = false, overwriteMetadataUrl : String? = nil) {
1515

1616
self.web3AuthClientId = web3AuthClientId
1717
self.manualSync = manualSync

0 commit comments

Comments
 (0)