Skip to content

Commit 83c6d32

Browse files
committed
Uniswap connect with formattc connect, temp account given in dAppviewcontroller
1 parent f794d34 commit 83c6d32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Example/Web3supportBrowser/Web3support/ViewController/DappViewController.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ class DappViewController: BrowserViewController {
1414
override func viewDidLoad() {
1515
super.viewDidLoad()
1616
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
1923
// urlToOpen = "https://exchange.pancakeswap.finance/#/swap"
2024

2125

@@ -30,10 +34,6 @@ class DappViewController: BrowserViewController {
3034

3135
// Do any additional setup after loading the view.
3236
}
33-
34-
35-
36-
3737
}
3838
class FilestoreWrapper: NSObject {
3939
/// Get KeyStore manager Instance

0 commit comments

Comments
 (0)