Skip to content

Commit

Permalink
Merge pull request #1399 from WalletConnect/feature/flutter_sample_wa…
Browse files Browse the repository at this point in the history
…llets

Added Flutter sample wallets
  • Loading branch information
quetool authored Aug 13, 2024
2 parents 3b95e64 + 17d9a0a commit 20894e5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion Example/DApp/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,25 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
order: 1,
mobileLink: "rn-web3wallet://",
linkMode: "https://lab.web3modal.com/walletkit_rn"
)
),
.init(
id: "flutter-sample",
name: "Flutter 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: "Flutter 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://lab.web3modal.com/walletkit_flutter_internal"
),
]
)

Expand Down

0 comments on commit 20894e5

Please sign in to comment.