@@ -14,11 +14,11 @@ public extension FCL {
1414 // Dapper remove HTTP/POST Service and new service is TBD
1515 // case dapper
1616 case blocto
17- case lilico
17+ case flowWallet
1818 case devWallet
1919 case custom( FCL . WalletProvider )
2020
21- public static var allCases : [ FCL . Provider ] = [ . lilico , . blocto, . devWallet]
21+ public static var allCases : [ FCL . Provider ] = [ . flowWallet , . blocto, . devWallet]
2222
2323 public static func getEnvCases( env: Flow . ChainID = fcl. currentEnv) -> [ FCL . Provider ] {
2424 allCases. filter { $0. supportNetwork. contains ( env) }
@@ -32,7 +32,7 @@ public extension FCL {
3232 switch self {
3333 case . blocto:
3434 return [ . mainnet, . testnet]
35- case . lilico :
35+ case . flowWallet :
3636 return [ . mainnet, . testnet]
3737 case . devWallet:
3838 return [ . emulator]
@@ -46,8 +46,8 @@ public extension FCL {
4646 case . blocto:
4747 return chainId == . mainnet ? URL ( string: " https://flow-wallet.blocto.app/api/flow/authn " ) !. absoluteString :
4848 URL ( string: " https://flow-wallet-testnet.blocto.app/api/flow/authn " ) !. absoluteString
49- case . lilico :
50- return URL ( string: " https://link.lilico.app " ) !. absoluteString
49+ case . flowWallet :
50+ return URL ( string: " https://frw- link.lilico.app " ) !. absoluteString
5151 case . devWallet:
5252 return URL ( string: " http://127.0.0.1:8701/api/authn " ) !. absoluteString
5353 case let . custom( fclWalletProvider) :
@@ -72,10 +72,10 @@ public extension FCL {
7272 method: . httpPost,
7373 endpoint: endpoint ( chainId: chainId) ,
7474 supportNetwork: supportNetwork)
75- case . lilico :
76- return . init( id: " lilico " ,
77- name: " lilico " ,
78- logo: URL ( string: " https://raw.githubusercontent.com/Outblock/fcl-swift/main/Assets/lilico /logo.png " ) !,
75+ case . flowWallet :
76+ return . init( id: " flowWallet " ,
77+ name: " Flow Wallet " ,
78+ logo: URL ( string: " https://raw.githubusercontent.com/Outblock/fcl-swift/main/Assets/flowWallet /logo.png " ) !,
7979 method: . walletConnect,
8080 endpoint: endpoint ( chainId: chainId) ,
8181 supportNetwork: supportNetwork)
0 commit comments