From 5a92b97a3e7849c072a1634c52d7c76e7f1895e6 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Tue, 27 Aug 2024 11:16:57 +0200 Subject: [PATCH] Added Flutter Internal wallet so testers can test Link Mode --- Example/DApp/SceneDelegate.swift | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Example/DApp/SceneDelegate.swift b/Example/DApp/SceneDelegate.swift index 448c3bd66..e0b717820 100644 --- a/Example/DApp/SceneDelegate.swift +++ b/Example/DApp/SceneDelegate.swift @@ -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" + ), ] )