Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Flutter Internal wallet so testers can test Link Mode #1410

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Example/DApp/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
linkMode: "https://lab.web3modal.com/rn_walletkit"
),
.init(
id: "flutter-sample",
name: "Flutter Sample Wallet",
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://",
linkMode: "https://lab.web3modal.com/walletkit_flutter"
mobileLink: "wcflutterwallet-internal://",
linkMode: "https://dev.lab.web3modal.com/flutter_walletkit_internal"
),
]
)
Expand Down
Loading