File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Example/Web3supportBrowser/Web3support/ViewController Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,12 @@ class DappViewController: BrowserViewController {
14
14
override func viewDidLoad( ) {
15
15
super. viewDidLoad ( )
16
16
var urlToOpen = " https://1inch.exchange/ "
17
- urlToOpen = " https://app.compound.finance "
18
- // urlToOpen = "https://app.uniswap.org"
17
+ // urlToOpen = "https://app.compound.finance"
18
+ urlToOpen = " https://app.uniswap.org "
19
+
20
+ //Connect with formatic connect
21
+
22
+ // pasword: Gauransh7
19
23
// urlToOpen = "https://exchange.pancakeswap.finance/#/swap"
20
24
21
25
@@ -30,10 +34,6 @@ class DappViewController: BrowserViewController {
30
34
31
35
// Do any additional setup after loading the view.
32
36
}
33
-
34
-
35
-
36
-
37
37
}
38
38
class FilestoreWrapper : NSObject {
39
39
/// Get KeyStore manager Instance
You can’t perform that action at this time.
0 commit comments