Skip to content

Commit

Permalink
Added Flutter Internal wallet so testers can test Link Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Aug 27, 2024
1 parent 0bc1bae commit 5a92b97
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Example/DApp/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,22 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
),
.init(
id: "flutter-sample",
name: "Flutter Sample Wallet",
name: "FL Sample Wallet",
homepage: "https://walletconnect.com/",
imageUrl: "https://avatars.githubusercontent.com/u/37784886?s=200&v=4",
order: 1,
mobileLink: "wcflutterwallet://",
linkMode: "https://lab.web3modal.com/walletkit_flutter"
),
.init(
id: "flutter-sample-internal",
name: "FL Sample Wallet (internal)",
homepage: "https://walletconnect.com/",
imageUrl: "https://avatars.githubusercontent.com/u/37784886?s=200&v=4",
order: 1,
mobileLink: "wcflutterwallet-internal://",
linkMode: "https://dev.lab.web3modal.com/flutter_walletkit_internal"
),
]
)

Expand Down

0 comments on commit 5a92b97

Please sign in to comment.