Skip to content

Commit

Permalink
Merge pull request #1410 from WalletConnect/chores/add_flutter_intern…
Browse files Browse the repository at this point in the history
…al_wallet

Added Flutter Internal wallet so testers can test Link Mode
  • Loading branch information
quetool committed Aug 28, 2024
2 parents 0bc1bae + 661b295 commit 1c6d24d
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 1c6d24d

Please sign in to comment.